Selenium Automation Testing

Home/Selenium Automation Testing

Different Ways of Locating Elements in WebDriver

2017-06-06T16:19:48+05:30

There are various elements to interact within Selenium WebDriver. Elements like select, click, type or verify needs to be located first to initiate any interaction with them. There are different ways

Different Ways of Locating Elements in WebDriver2017-06-06T16:19:48+05:30

Using CSS Selectors in Selenium

2014-11-27T11:14:46+05:30

As we all know, CSS stands for Cascading Style Sheets. By using CSS selectors, we can find or select HTML elements on the basis of their id, class or other attributes.

Using CSS Selectors in Selenium2014-11-27T11:14:46+05:30

Robotium is Selenium but for Android

2014-09-05T12:14:51+05:30

Robotium is an android test framework created to make it easy to write user interface tests and powerful and robust automatic black-box test cases for native and hybrid android applications so

Robotium is Selenium but for Android2014-09-05T12:14:51+05:30
Go to Top