-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix probs with latest gecko-driver(selenium/standalone-firefox:3.5.0 and above) #1604
Conversation
Fix probs with selenium/standalone-firefox:3.5.0
I just tried this with selenium 3.7.1, geckodriver 0.19.1, nightwatch 0.19.16 and it doesn't work. Error while running waitForElementVisible command: Element.fromSelector is not a function |
@beatfactor please merge this as Nightwatch's current state is breaking the compatibility with the most recent drivers' implementations (following the spec). A lot of us are considering using this fork of the project because you've been out of the scene when it comes to merge PRs. Issues like #1644, #1600 and #1558 are waiting for this fix. #nopressure |
Any word on if this is able to go into a release... And if not - why? |
It's impossible for me to merge this PR as it is not following the contributing guidelines, like a simple unit test. There's also hardcoded uuid in there, so clearly I cannot accept it in this state. |
@yak80 - possible we can fix this MR to the contributing guidelines standard? :) as far as the hardcoded uuid - is this not coming direct from the webdriver standards? (https://www.w3.org/TR/2016/WD-webdriver-20161129/#h-elements) |
@beatfactor read the spec please... https://www.w3.org/TR/webdriver/#h-elements Also, I just cloned this master's repo and ran the Which is not passing. (Note: I'm on Node 8.9.1). With Node 6, it passes: |
@beatfactor Can you also explain to me, how is it possible that your checks are passing here, but the Tests are failing :| |
@mAiNiNfEcTiOn please don't pollute the thread, I am removing your screenshots. |
@Zechtitus ok then, I'll merge this. |
This fix is now in v0.9 release branch and will be published to npm shortly. @yak80 sorry I couldn't merge this in its original form, your branch was based on master and there are some changes there that shouldn't be released yet. |
@beatfactor thanks for the merge! |
Issue: Element is present but cannot be read #1600