selenium automation

Home/Tag: selenium automation

What is Selenium 4.0? How it’s different from its predecessor Selenium 3.0?

2023-04-07T16:30:27+05:30

Selenium has always seen as an extremely useful open source framework for software testing and automating web applications. Selenium comes with a default test domain language called Selenese; however, you can

What is Selenium 4.0? How it’s different from its predecessor Selenium 3.0?2023-04-07T16:30:27+05:30

A User Perspective on Automation Testing with Selenium IDE

2017-03-09T19:25:54+05:30

Selenium IDE (Integrated Development Environment) is an open source automation testing tool for web applications. It’s used as a plug-in in Firefox browser, providing record and playback facility to perform regression

A User Perspective on Automation Testing with Selenium IDE2017-03-09T19:25:54+05:30

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
Go to Top