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.
Asked
Active
Viewed 98 times
0

moaaz mahrous
- 13
- 2
-
Possible solutions of your question may be: https://stackoverflow.com/questions/17533024/how-to-set-selenium-python-webdriver-default-timeout – BhavinD. Mar 16 '20 at 07: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 Mar 17 '20 at 03:26