You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting from the Chrome Selenium IDE to Python produces code that calls
self.driver = webdriver.Firefox()
instead of
self.driver = webdriver.Chrome()
To Reproduce
Save a test from the Chrome version of the IDE and then export to Python.
Expected behavior
Webdriver should be based on the browser used.
Environment
OS: Windows 10
Selenium IDE Version: 3.12.0
Browser: Chrome
Browser Version: 75.0.3770.142 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Exporting from the Chrome Selenium IDE to Python produces code that calls
self.driver = webdriver.Firefox()
instead of
self.driver = webdriver.Chrome()
To Reproduce
Save a test from the Chrome version of the IDE and then export to Python.
Expected behavior
Webdriver should be based on the browser used.
Environment
OS: Windows 10
Selenium IDE Version: 3.12.0
Browser: Chrome
Browser Version: 75.0.3770.142 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: