Hi @mksrqa,
In-case you want to findElement by Selenium.By, you can try this:
Windows.getDriver().findElement(By.id('username'))
Thanks
Hi @mksrqa,
In-case you want to findElement by Selenium.By, you can try this:
Windows.getDriver().findElement(By.id('username'))
Thanks