José Pedro Correia
José Pedro Correia
Hmm, this is not exactly what I had in mind. In general, I don't like the fact that command numbers still go back, as in your example 1-2-3-4-**2**-3-4-5-... I would...
I discovered this can be circumvented by using `--driver remote --remote-url http://localhost:4444/wd/hub --remote-browser android --remote-platform android` when Selendroid is running on `localhost:4444`, so if you think this is a valid...
It seems that in this mode `type` and `sendKeys` commands don't do anything, so proper support for Selendroid is probably still necessary.
Thanks for this. However, I was looking to test the mobile web, not an actual app. I think there are some further adjustments needed to support this. To be clear,...
Forgot to mention, found these two pages that might be relevant for this: http://selenium.polteq.com/en/capturing-javascript-errors-with-selenium-webdriver/ http://watirmelon.com/2012/12/19/using-webdriver-to-automatically-check-for-javascript-errors-on-every-page/
Just realized this is also happening in Firefox (tried version 19.0.2), so I guess it doesn't help to try your solution, right? Any other suggestions? Thanks in advance!
It is difficult to reproduce in a context other than the proprietary one I cannot share :-/ I'll see what I can do though.
Hi there, We're using this plugin on our website and have recently been facing issues that I have a feeling might be related to what this PR tries to fix....
I would also find this very useful. Great plugin, BTW. Simple and to the point!
Hello, Well, anything can be done with a shell script ;) I currently have the following puppet code to install Oracle XE: ``` package { ["libaio", "bc", "flex"]: ensure =>...