Every time that I press arrowDown, the focus switches to the element below the before one, so I wanna do a loop like this:
For ${counter} IN RANGE 0 999
${element}= Get Actual Focused Element
${element_text}= Get Text ${element}
Exit For Loop If ${element_text} == Desired Text
Keyboard Key arrowDown ${element}
There’s any way to do that using the browserlibrary? I think that’s already possible in SeleniumLibrary