-
We already have `browser.on('status', ...` and `browser.on('command', ...` but what about logging?
I think it would be extremely helpful to see browser outputs of `console.log` as well. Sometimes I d…
-
Hi,
I was trying to load a page with new selenium-server-2.34.0 and got no json respond error.
switched to the older version of selenium and it works fine.
Thanks,
Nima
-
What are some immediate difference from selenium-webdriver?
Do you support setting the screen dimension or view port so when I take a screenshot it will always be 800, 600 ?
ghost updated
11 years ago
-
[`wd`](https://github.com/admc/wd/) is the only library out of [WebDriverJS](https://github.com/Camme/webdriverjs/), [Soda](https://github.com/LearnBoost/soda) and [Selenium-Webdriverjs](https://githu…
-
My thought is that this is actually a but with GhostDriver, and so I've submitted a pull request to fix it there: https://github.com/detro/ghostdriver/pull/259
But I wanted to bring it to attention he…
-
Hey Php experts,
I am new to php and php-webdriver. I find this framework pretty useful. Thanks Justin for this wonderful thin client over JSONWire.
Have a basic question i guess. I have an "input" …
ghost updated
11 years ago
-
The way that the webdriver class/module/whatever inherits from EventEmitter is wrong:
```
webdriver.prototype = new EventEmitter();
```
This way each instance of webdriver you create is sharing the …
ghost updated
11 years ago
-
When we attempt to fill two different text boxes, the server crashes when sending the response.
```
http.js:644
throw new Error('Can\'t set headers after they are sent.');
^
Error: Can'…
-
I would love to add support for promises using [Q](https://github.com/kriskowal/q). If I coded it up and created a pull request would you be willing to accept it?
I've had a look and it might require…
Stuk updated
11 years ago
-
While it looks like you can start additional sessions by doing wd.init() repeatedly, but I don't see how you could toggle between sessions.
Is this in the API somewhere and I'm simply missing it?
I'…