-
hello,
i am a little new to selenium and webdriver, but i am missing getCurrentUrl method in webdriver.io
i have checked e.g. https://github.com/surevine/webdriverjs-helper
and there i have a bunch …
-
This particular functional test in `tests/functional/settings.js` is a serious offender: `sign in, try to change password with an incorrect old password`.
There are a couple of other functional tests…
zaach updated
10 years ago
-
Similar like
``` js
self.browser.on('status', function(info){
console.log('\x1b[36m%s\x1b[0m', info);
});
```
I want to read any console output the browser makes. No matte…
-
When debugging having an easy way to dump anything that get sent to the console would be great, so far the only way I have seen is to hack around sending firefox stdout somewhere which is specific and…
-
Good day!
Can you help me to understand а link text selector?
There is a description in api docs https://github.com/camme/webdriverjs#selector-api:
"To get an anchor element with a specific text in …
-
Hi,
According to this [FAQ item](https://saucelabs.com/docs/connect#selenium-relay), you can send encrypted selenium commands ([jsonWire calls](https://github.com/admc/wd/blob/master/doc/api.md)) thro…
-
@Astro03 , and others, could you post here what methods you are implementing, so we don't do the same job twice.
sebv updated
10 years ago
-
I'm using this with [ios-driver](http://ios-driver.github.io/ios-driver/). It does not take full-height screenshots with the iOS 7 device. My solution is to scroll down by increments, taking screensho…
-
When doing this:
``` js
browser.uploadFile(VIDEO_PATH + 'hamster-andele.wmv').nodeify(done);
```
I get this error
```
Error: connect ECONNREFUSED
at errnoException (net.js:904:11)
at O…
-
Hey Parashuram,
What do you think about supporting a more compact `browsers` object, rather than having to explicitly list out every combination of browserName/platform/version?
For example: https:/…