groovy.lang.MissingMethodException: No signature of method - for Window app testing

Hi @mksrqa,

In-case you want to findElement by Selenium.By, you can try this:

Windows.getDriver().findElement(By.id('username'))

Thanks