Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion joinly/providers/browser/platforms/google_meet.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async def share_screen(self, page: Page) -> None:
if not await share_btn.is_visible():
msg = "Share/Present button not found or not visible."
raise RuntimeError(msg)
await share_btn.click(timeout=2000)
await share_btn.click(timeout=5000)
await page.wait_for_timeout(2000)

async def stop_sharing(self, page: Page) -> None:
Expand Down