We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc8430 commit a767495Copy full SHA for a767495
src/idom/testing.py
@@ -44,7 +44,7 @@
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,
+ implicit_wait_timeout: float = 10.0,
48
page_load_timeout: float = 5.0,
49
window_size: Tuple[int, int] = (1080, 800),
50
) -> WebDriver:
0 commit comments