Webelement
GroTechMinds > Webelement
Exploring Different Ways to Left-Click a WebElement
10
Jun
Can a ‘WebElement’ be left-clicked in four different ways? Yes, it can. Performing automated left-clicks on a ‘WebElement’ was a game changer for a Software tester. The tedious task of clicking from one link to another, for test case upon test case, is one of the mind-numbing repetitive tasks manual testers have to perform. We […]
How to get all the options in the dropdown in Selenium?
07
Jun
How to count the no. of options in a drop-down menu using Selenium? Introduction Drop-down menus or drop-down list is one of the most widely used UI (User Interface) elements in web-based applications. It is an indispensable tool for web pages that are used for changing the settings of that web application, forms that require […]