Open hyanwong opened 6 months ago
Nosetests is deprecated. We should move to pytest. Also the current code that uses selenium doesn't work with selenium 4, giving:
TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'
See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
Nosetests is deprecated. We should move to pytest. Also the current code that uses selenium doesn't work with selenium 4, giving:
See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/