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
Hi,
I wanted to use this package for functional tests, but I it doesn't seem to work (anymore?). I configured my task in Gruntfile.js and tried to get any of the example tests to work with any of the available drivers. this.browser is an EventEmitter object, and when .get() is called, it returns undefined, so all tests fail with TypeError: Cannot read property 'elementByName' of undefined. Chrome opens the uri "data:," when selenium starts running.
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to use this package for functional tests, but I it doesn't seem to work (anymore?). I configured my task in Gruntfile.js and tried to get any of the example tests to work with any of the available drivers. this.browser is an
EventEmitter
object, and when.get()
is called, it returns undefined, so all tests fail withTypeError: Cannot read property 'elementByName' of undefined
. Chrome opens the uri "data:," when selenium starts running.The text was updated successfully, but these errors were encountered: