robotframework-extendedselenium2library
robotframework-extendedselenium2library copied to clipboard
Scroll Element Into View
Hi, I have following issue. I have a page which contains a div. Within this div there is a table and the surrounding div is scrollable. The table is so big that some tr respectively the contained td are hidden (also the one which I want find) So I tried "Scroll Element Into View" like this ... Scroll Element Into View //td[contains(.,'SEARCHTEXTXXX') ... Unfortunately it does not scroll the tr / td into view and even not find the td although its present if I scroll down the surrounding div.
How can I manage this to find the hidden tr?