Skip to content

Commit

Permalink
fix: use eager page load strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jan 7, 2025
1 parent 82ac1b2 commit eae773d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page_explorer/page_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def __init__(self, binary: Path, port: int, implicitly_wait: float = 30):
options = Options()
options.binary_location = str(binary)
options.enable_bidi = True
options.page_load_strategy = "eager"
service = Service(
service_args=[f"--marionette-port={port}", "--connect-existing"],
)
Expand Down

0 comments on commit eae773d

Please sign in to comment.