PlaywrightCapture 1.24.0__py3-none-any.whl → 1.24.1__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.
- playwrightcapture/capture.py +1 -1
- {playwrightcapture-1.24.0.dist-info → playwrightcapture-1.24.1.dist-info}/METADATA +1 -1
- {playwrightcapture-1.24.0.dist-info → playwrightcapture-1.24.1.dist-info}/RECORD +5 -5
- {playwrightcapture-1.24.0.dist-info → playwrightcapture-1.24.1.dist-info}/LICENSE +0 -0
- {playwrightcapture-1.24.0.dist-info → playwrightcapture-1.24.1.dist-info}/WHEEL +0 -0
playwrightcapture/capture.py
CHANGED
@@ -718,7 +718,7 @@ class Capture():
|
|
718
718
|
if allow_tracking:
|
719
719
|
await self._wait_for_random_timeout(page, 2)
|
720
720
|
# This event is required trigger the add_locator_handler
|
721
|
-
if page.locator("body").is_visible():
|
721
|
+
if await page.locator("body").is_visible():
|
722
722
|
await page.locator("body").click(button="right", timeout=2000)
|
723
723
|
|
724
724
|
# move mouse
|
@@ -1,9 +1,9 @@
|
|
1
1
|
playwrightcapture/__init__.py,sha256=F90Y8wYS13tDjgsfjuFrCfmzQfdnH44G-ovuilJfLEE,511
|
2
|
-
playwrightcapture/capture.py,sha256=
|
2
|
+
playwrightcapture/capture.py,sha256=vVW_IngwxbggS0RGKc-_P3HK6uVyAr1Z3DMq_mVf9OI,61274
|
3
3
|
playwrightcapture/exceptions.py,sha256=LhGJQCGHzEu7Sx2Dfl28OFeDg1OmrwufFjAWXlxQnEA,366
|
4
4
|
playwrightcapture/helpers.py,sha256=SXQLEuxMs8-bcWykMiUVosHzzxBKuS-QC0gBV3OmKmo,1764
|
5
5
|
playwrightcapture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
playwrightcapture-1.24.
|
7
|
-
playwrightcapture-1.24.
|
8
|
-
playwrightcapture-1.24.
|
9
|
-
playwrightcapture-1.24.
|
6
|
+
playwrightcapture-1.24.1.dist-info/LICENSE,sha256=uwFc39fTLacBUG-XTuxX6IQKTKhg4z14gWOLt3ex4Ho,1775
|
7
|
+
playwrightcapture-1.24.1.dist-info/METADATA,sha256=vEE-o9VWNeDiLS2P57SICcC_V-Bl024phHhreiZ8Ly0,3077
|
8
|
+
playwrightcapture-1.24.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
9
|
+
playwrightcapture-1.24.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|