-
I got the error while running Protractor tests on the BrowserStack.
```
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" …
-
Originally reported on Google Code with ID 6820
```
Hi,
I'm evaluating the usage of node.js selenium-webdriver in conjunction with a selenium
grid to test our web application in a larger range of br…
-
I was playing around with the repo last night to see if it could run Geckodriver as a standalone server (no selenium), and I was seeing some failing tests when calling `FetchSessions`.
After some i…
-
```
What steps will reproduce the problem?
1. Set IE 10 to open all pages in compatibility mode on
2. run java code below
public void testLocalPageVerticalEdge(){
DesiredCapabilities caps = ne…
-
Loving this! Is there any way to register the appium-for-mac server with selenium grid?
-
Hi, i keep getting the following error, even though the simple automation script that tests Windows calculator, seems fine. Thw WinAppDriver server is up and listening to the localhost, developer mode…
-
C:\Users\rs\Documents\potractorRetry>npm run e2e
> quote-builder-protractor@1.0.0 pree2e C:\Users\rs\Documents\potractorRetry
> npm run webdriver:update -- --standalone
> quote-builder-protract…
ghost updated
5 years ago
-
I'm trying to run tests from the webdriver-js-example, but i'm getting the following error when I try to run the script.
$ ./node_modules/cucumber/bin/cucumber.js
[14:22:36]: COMMAND POST "/…
-
Hey, first time using selenium-rs, and also I'm a Rust newbie.
```rust
fn wait_for_element
where F: Fn() -> Result
-
We should make another private package for a browser-based integration test. It should import the client library, spin up mock HTTP servers for the aggregators, and test the client from within a brows…