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

add Is Element keyword

Open tkopra opened this issue 2 months ago • 0 comments

Is your feature request related to a problem? Please describe. Quite often there is a need to add conditional logic to a test based on UI state. Currently I need to do some ugly Run Keyword And Return Status or TRY/EXCEPT stuff or use Get Element Count as workaround.

Describe the solution you'd like new keyword Is Element that returns boolean value whether element defined by selector is found or not.

tkopra avatar Dec 17 '25 12:12 tkopra