Short example for WebDriver construction for Firefox using both FirefoxBinary and DesiredCapabilities. Needed for example if you are going...
нотатки на полях
Short example for WebDriver construction for Firefox using both FirefoxBinary and DesiredCapabilities. Needed for example if you are going...
I have searched for this a long time. And I found the solution, at last! So, we need to intercept traffic from web-site under test. Actua...
How to run jetty server during integration testing with Maven (on Jenkins machine), deploy and test web application there with Selenium...
//Prepare capabilities DesiredCapabilities caps = new DesiredCapabilities(); //Set log level to DEBUG: caps.setCapability(Phantom...
Got java.lang.ClassNotFoundException: org.openqa.selenium.HasInputDevices running PjantomJS ? Worked for me after adding fololowing lines...
Tried to work with Selenium using GhostDriver (actually, the driver is embedded into PhantomJS now), but java project fails on import th...
Play embedded youtube video with selenium via JS API. 1. Sample HTML page:
1. Download file IEDriverServer.exe and put it somewhere (for example C:\Selenium\IEDriverServer.exe); 2. Add this path ( C:\Selenium ) to...