I’m trying to edit textfields in popup, it appears and does’t close browser.Element(Find.ByText(“testas1”)).DoubleClick();
But still can’t find textfield. Any suggestions what’s wrong?
I’m trying to edit textfields in popup, it appears and does’t close browser.Element(Find.ByText(testas1)).DoubleClick(); But
Share
browser.HtmlDialogs[0].TextFields[0].TypeText(“T”);