In a document, there are 2 elements with the class name "div._13NKt.copyable-text.selectable-text". (It's web.whatsapp.com)
One on top of the document, one on the bottom of the document.
I would like to querySelect the 2nd element / the element on the bottom.
How could I do this?
Is there an option to do a querySelect backwards?
Here is my code so far:
document.querySelector("div._13NKt.copyable-text.selectable-text").focus();
I am running this command using mobileFX web brower based on Chromium.
I call it like this:
webkit1.Eval("document.querySelector(" & Quote("div._13NKt.copyable-text.selectable-text") & ").focus();")