Thursday, 21 March 2013

Selenium Java Client driver working

It is necessary to understand how selenium - java client driver works ?
It communicates to the server using http protocol. In java following code is used to connect to the server


Wednesday, 27 February 2013

Fireevent in selenium

Following code demonstrates use of fireevent in selenium. Look at  following JSP code there are two input boxes, after typing somthing in the first input box and then when you loose the focus ,it calls

Wednesday, 20 February 2013

User Extension in selenium


Some time it is necessary to add some more functionality in selenium. This can be achieved by extending user-extensions.js file.

Monday, 18 February 2013

Selenium does not close the Internet Explorer browser after selenium.stop(); method

Selenium with the combination of  windows 7, IE 9 . After executing selenium.stop(); method, ideally it should close test runner and AUT window.However it closes only test runner window and
app window remains open .