robotframework-whitelibrary icon indicating copy to clipboard operation
robotframework-whitelibrary copied to clipboard

Using multiple locators for identifying an object

Open shaktim121 opened this issue 5 years ago • 2 comments

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

shaktim121 avatar Jun 11 '19 11:06 shaktim121