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
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Is anyone else having issues with the example? It looks like the webdrivercss callback is getting called before it completes. The err and the res objects are undefined and no screenshot is saved. I've created an example repo here to reproduce.
@JamesCharlesworth, maybe related to #156. I was able to get WebdriverCSS v1.1.10 and WebdriverIO v2.4.5 to work with ChromeDriver. PhantomCSS took a screenshot but didn't render well, but that might have something to do with the Polymer element I'm testing.
@JamesCharlesworth I am having the same issue. The Selenium ends before any
search for element.
The webdriverio without webdrivercss work well, though.
Did you solve this issue?
if anyone else ever gets here..
I ignored the bold "WebdriverCSS isn't yet compatible with WebdriverIO v3.0" so stuff
weren't happening..
I added "webdriverio":"^v2.4.5" to the package.json dependancies and everything worked fine.
Nice tool BTW :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is anyone else having issues with the example? It looks like the webdrivercss callback is getting called before it completes. The
err
and theres
objects are undefined and no screenshot is saved. I've created an example repo here to reproduce.https://github.com/jamescharlesworth/webdrivercssexample
The text was updated successfully, but these errors were encountered: