Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export test to Python from Chrome calls webdriver.Firefox() #767

Closed
funkyswank opened this issue Aug 6, 2019 · 1 comment
Closed

Export test to Python from Chrome calls webdriver.Firefox() #767

funkyswank opened this issue Aug 6, 2019 · 1 comment

Comments

@funkyswank
Copy link

🐛 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)

@tourdedave tourdedave mentioned this issue Aug 29, 2019
5 tasks
tourdedave referenced this issue Sep 3, 2019
… to determine the browser name and default to Chrome if it's not available
@tourdedave
Copy link

The fix is available now in v3.12.2 of the IDE.

@lock lock bot locked and limited conversation to collaborators Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants