Looking for way to pick elements with Selenide inside the document which is render using ReactJs.
I need to access xpath //h1/span[text()=' 1']
which is inside the document and Iframe. Is there a way to get that element and switch back to the main window?
Page contents look like below (Same page content in both images due to it being too long):