pyloid 0.11.2__py3-none-any.whl → 0.11.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyloid/pyloid.py CHANGED
@@ -64,9 +64,8 @@ class WindowAPI(PyloidAPI):
64
64
  def getWindowProperties(self):
65
65
  """Returns the properties of the window."""
66
66
  window = self.app.get_window_by_id(self.window_id)
67
- if window:
68
- return window.get_window_properties()
69
- return None
67
+ window_properties = window.get_window_properties()
68
+ return json.dumps(window_properties)
70
69
 
71
70
  @Bridge()
72
71
  def close(self):
@@ -410,7 +409,6 @@ class BrowserWindow:
410
409
  "frame": self.frame,
411
410
  "context_menu": self.context_menu,
412
411
  "dev_tools": self.dev_tools,
413
- "js_apis": self.js_apis,
414
412
  }
415
413
 
416
414
  def get_id(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyloid
3
- Version: 0.11.2
3
+ Version: 0.11.3
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -3,11 +3,11 @@ pyloid/api.py,sha256=whgfvPr1A6iwZ1Ewo-0FnOUNnt1K58c-P7YjzuQHcUM,194
3
3
  pyloid/autostart.py,sha256=K7DQYl4LHItvPp0bt1V9WwaaZmVSTeGvadkcwG-KKrI,3899
4
4
  pyloid/filewatcher.py,sha256=n8N56D65le5TpsgxXb7z-FO_0lqv4UYD4yGq_UuMrAs,1285
5
5
  pyloid/monitor.py,sha256=fqDnZ_7dpxVZLVJ5gCluDRY2USrQ5YL_fw1AnYivhsk,12741
6
- pyloid/pyloid.py,sha256=kMhVZqlC9T_UoSU68PYK_EsfoQygMup7TYcqwQugLhM,40959
6
+ pyloid/pyloid.py,sha256=udykbFlSwkj1Kz8feW_B62OuTNocRDrRymlgz7ciUmY,40935
7
7
  pyloid/timer.py,sha256=1bYhqte3rV77vaeMUkcTgmx2ux7FtCqLCx9lIC2-COg,4360
8
8
  pyloid/tray.py,sha256=rXgdkvzGxtie_EIcTSA7fjuta4nJk5THhNkGFcfv5Ew,634
9
9
  pyloid/utils.py,sha256=DQerZWU_0o8dHcJ5y3yXf9i5OXn7KQZqU-hVBq3uPUA,711
10
- pyloid-0.11.2.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
11
- pyloid-0.11.2.dist-info/METADATA,sha256=NB8rY_y-RFUT7f-h6ncjuFGslx0lnbJks6fb9-5hJxs,6068
12
- pyloid-0.11.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
- pyloid-0.11.2.dist-info/RECORD,,
10
+ pyloid-0.11.3.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
11
+ pyloid-0.11.3.dist-info/METADATA,sha256=0AC6VhHExMEYwlGT_A-rdwC726a2CcaaVtl2FHV3p28,6068
12
+ pyloid-0.11.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
+ pyloid-0.11.3.dist-info/RECORD,,