HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
350 stars 53 forks source link

Specify timeout while executing get in session #65

Closed cjlcarvalho closed 4 months ago

cjlcarvalho commented 5 years ago

Now, arsenic.session.Session.get method accepts only the url as parameter and has a fixed timeout of 300000ms (5 minutes). It would be great if I could specify this timeout in get method.