Category: Testing Methodologies
-

Selenium Selectors
Selenium offers a number of build in selectors to easy find elements in the application under test class name Locates elements whose class name contains the search value (compound class names are not permitted) css selector Locates elements matching a CSS selector id Locates elements whose ID attribute matches the search value name Locates elements…