Frame is like a window within a window on a webpage.Sometimes when we click a sigh in button a new b ... Read More
If we want to type on character at a time into a input field instead of the entire string we use thi ... Read More
Uploading files is pretty easy in selenium.Simply go to page where we want to upload the files get t ... Read More
Implicitly wait for 20 sec for elements to be present on webpage. ``` driver.manage().timeouts().i ... Read More
Radio buttons usually belong to a group So all the radio buttons from the group have the same name A ... Read More
Below is a custom function to check whether a page has completely loaded or not. We can call this ... Read More
Selinium documention is available at seleniumhq.org/downloads in the javadocs links. We can import ... Read More
Concept of profiling in chrome. In chrome profiling is related to user profile of gmail. If we ope ... Read More
Let us make a simple selenium project in eclipse We add a class in it and add some junit test c ... Read More
* Identification of objects,Ajax components-We have to use explicit wait for that and sometimes sepe ... Read More