How do i set Selenium page load timeout for requests extended library
i have tried
from seleniumrequests import Firefox()
driver = Firefox()
driver.request("GET",URL,page_load_timeout=1)
but it does not actually works for me.
-
Possible solutions of your question may be: stackoverflow.com/questions/17533024/…BhavinD.– BhavinD.2020-03-16 07:07:23 +00:00Commented Mar 16, 2020 at 7:07
-
thanks but the seleniumrequests is a request library with management of cookies and session and its completely differentiate of the normal selenium library.moaaz mahrous– moaaz mahrous2020-03-17 03:26:52 +00:00Commented Mar 17, 2020 at 3:26
Add a comment
|