Skip to content
Advertisement

Tag: selenium-chromedriver

How to open multiple sites in Selenium with user input?

I’m fairly new to coding with Python and I had some questions regarding Selenium: So basically what I’m trying is: -user inputs multiple links to different sites -the script opens the first link and closes the browser afterwards and opens the next link -the user only inputs for example ‘google.com’ but the browser automatically opens ‘http://google.com’ (thats the reason why

Advertisement