Hello!
I’ve a problem - I need to find element by class (let’s say class=“hello”) and Selenium Python reads this source code from the top to the bottom - how can I reverse it? How to make Selenium read this code from the bottom () to the top ()? The element with that class I’m looking for is nearly on the bottom of the source code, but Selenium finds the first one from the top…
Thanks for any help