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

Webdriver throwing runtime error #2711

Open
anshubhatt09 opened this issue Feb 17, 2022 · 1 comment
Open

Webdriver throwing runtime error #2711

anshubhatt09 opened this issue Feb 17, 2022 · 1 comment

Comments

@anshubhatt09
Copy link

Hi

I am following tutorials and using the code as mentioned in the same. I am getting below error when running the class which will launch the webdriver.

Please note- i have firefox browser on my machine.

.cache\selenium\geckodriver\win64\0.30.0\geckodriver.exe
Feb 17, 2022 4:00:34 PM org.openqa.selenium.remote.DesiredCapabilities firefox
INFO: Using new FirefoxOptions() is preferred to DesiredCapabilities.firefox()
16:00:34.900 [main] INFO n.s.c.w.d.ProvideNewDriver - Instantiating driver
16:00:34.904 [main] INFO n.s.c.w.d.ProvideNewDriver - Driver capabilities: Capabilities {acceptInsecureCerts: true, base.url: , browserName: firefox, firefox_profile: org.openqa.selenium.firefox..., headless: false, loggingPrefs: org.openqa.selenium.logging..., marionette: true, moz:firefoxOptions: {args: [], profile: UEsDBBQACAgIABGAUVQAAAAAAAA...}}
1645093835006 geckodriver INFO Listening on 127.0.0.1:48004
1645093835108 mozrunner::runner INFO Running command: "C:\Program Files\Mozilla Firefox\firefox.exe" "--marionette" "-no-remote" "-profile" "C:\Users\ashub\AppData\Local\Temp\rust_mozprofile0br4kO"
1645093835484 Marionette INFO Marionette enabled
console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\Users\ashub\AppData\Local\Temp\rust_mozprofile0br4kO\search.json.mozlz4", (void 0)))
1645093837249 Marionette INFO Listening on port 50778
1645093837769 RemoteAgent WARN TLS certificate errors will be ignored for this session
Feb 17, 2022 4:00:37 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C

net.thucydides.core.webdriver.exceptions.ElementShouldBeEnabledException: Expected enabled element was not enabled
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'DESKTOP-T1252E0', ip: '192.168.0.105', os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.2'
Driver info: driver.version: unknown

@wakaleo
Copy link
Member

wakaleo commented Feb 17, 2022

"Expected enabled element was not enabled" - you are trying to interact with an element that Selenium expects to be enabled, but it isn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants