We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236d904 commit ab31de1Copy full SHA for ab31de1
src/idom/testing.py
@@ -44,8 +44,8 @@
44
def create_simple_selenium_web_driver(
45
driver_type: Type[WebDriver] = Chrome,
46
driver_options: Optional[Any] = None,
47
- implicit_wait_timeout: float = 5.0,
48
- page_load_timeout: float = 5.0,
+ implicit_wait_timeout: float = 10.0,
+ page_load_timeout: float = 10.0,
49
window_size: Tuple[int, int] = (1080, 800),
50
) -> WebDriver:
51
driver = driver_type(options=driver_options)
0 commit comments