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

Support ie broken in selenium 4.0.0a3 #7749

Closed
ivan-kulikov-dev opened this issue Nov 6, 2019 · 2 comments
Closed

Support ie broken in selenium 4.0.0a3 #7749

ivan-kulikov-dev opened this issue Nov 6, 2019 · 2 comments
Labels

Comments

@ivan-kulikov-dev
Copy link

ivan-kulikov-dev commented Nov 6, 2019

🐛 Bug Report

driver = webdriver.Ie(capabilities=cap, executable_path=ie11_driver_path,options=ie11_options)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\lib\site-packages\selenium\webdriver\ie\webdriver.py", line 93, in init
service = Service()
TypeError: init() missing 1 required positional argument: 'executable_path'

ie11_driver_path = Ie11Factory.get_driver_path()
ie11_options = Ie11Factory.build_ie11_options()
cap = DesiredCapabilities().INTERNETEXPLORER
cap['version'] = "11"
cap['nativeEvents'] = False
cap['requireWindowFocus'] = True
ie11_options.executable_path = ie11_driver_path
driver = webdriver.Ie(capabilities=cap, executable_path=ie11_driver_path,options=ie11_options)

Environment

Windows 10 x64
Browser: Internet explorer 11
Language Bindings version: selenium 4.0.0a3

@barancev barancev added the C-py label Nov 7, 2019
@isaulv
Copy link
Contributor

isaulv commented Nov 26, 2019

@AutomatedTester this is a real bug.
Lines 92 and 93 need to be deleted.

I thought we made the signatures consistent with @lmtierney recent work. Maybe that should be a goal before we make 4.x official.

@lock
Copy link

lock bot commented Apr 15, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

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

No branches or pull requests

3 participants