Open bhaskaralluri opened 6 years ago
display scale is 100%?
are you finding element in your application window? element with TextBlock1 can be also in another applications. driver.findElement(By.id("yourApplicationMainWindowIdWhereAllElementsIsPresent"))findElement(By.id("TextBox1")).sendKeys("dasdsad");
I am also facing the same issue. any solution?
Been 4 years, no solution (WONDERFUL)
Here i am attaching 3 Screen shots. Please look at the application in the screen shots you can easily understand the flow. I am giving my automation code below. ID's,Names are correct no issue in that. Problem comes on the window where i have text boxes ( First Name, Last Name etc), In case on that window if i click enter manually in the text box then winium typing correctly otherwise, i just see some mouse movement on the app and does some weird things like...complete erasing my java code and type text in that etc....Not sure about the issue, I am new to winium hence practicing to see if it works or not for us. By Googling on this topic i got to know that these is some display scaling issue on windows 10 machine, is this the reason ? I do not see any element not found exceptions on console.
WiniumDriver driver; WiniumDriverService service; DesktopOptions options;