robotframework-whitelibrary
robotframework-whitelibrary copied to clipboard
Using multiple locators for identifying an object
Is your feature request related to a problem? Please describe. The problem is while trying to identify an object with two or multiple locators Ex: I want to check the application for a button with text: Button1 and class_name: WinButton
Describe the solution you'd like Ex1: Click Button text:Button1 && class_name:WinButton Ex2: Click Button text:Button1 AND class_name:WinButton