Skip to content

Tag: selenium-webdriver

Selenium test getting interrupted by a popup

I am trying to run some practice test on this webpage that prints the current positions of teams in this table: https://www.premierleague.com/tables but each time i run the script, I keep getting interrupted by a popup that I can’t seem to get Selenium to click. I have tried adding a wait before clickin…