I’m writing a script to access a website using proxies with multiple threads but now I’m stuck in multiple threads, when I run the script below, it opens 5 browsers but all 5 use 1 proxy, I want 5 browsers to use different proxies, can someone help me complete it? thank you Here is my script : (Wish everyone has
Tag: webdriver
How to exit dropdown menu in selenium webdriver
I am using selenium webdriver with Chrome. I am able to select item from dropdown menu and it works fine. But it there is no item in dropdown items after that I cannot select any other field. I put this is try catch block so it goes to next steps. If I try to select other field and sendKeys it
How to maximize a browser window using the Python bindings for Selenium 2-WebDriver?
I wanted to know how to maximize a browser window using the Python bindings for Selenium 2-WebDriver. Answer The trunk version has webdriver.set_window_position(), webdriver.set_window_size() methods: