HowTurnRight

Results 9 comments of HowTurnRight

The answear is simple. Second search have access to entire dom so it finds element, first search have only access to current element and its child elements so it doesn't...

I dont know about other driver implementations but this one seems to be logical and correct behavior.

@VladislavShcherba This implementations are not 1:1 but winappdriver is more logical. If you search in your root element why do you expect results outside of it? Its the same logic...

Instead of using myAppPanel.screenshot('myAppPanel.png') just open binary new file and save content of element.screenshot_as_png. Dont listen to comment above because It is wrong.

> > I have win app driver working with appium java client 9.0.0 and selenium java 4.14.1. > > What error are you getting? > > But how do you...

@Sukesh18567 WAD is abandoned project. Dont bother. Go legacy versions or swap to flaui.

You need to configure your agent to disable lockscreen and enable autologon. https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon https://learn.microsoft.com/en-us/answers/questions/1283398/how-do-i-remove-the-lock-screen-entirely-from-wind

You need to reduce your UAC settings to "Never notify" if you want to do any installations with scripts. Most of the installers offers silent installation with powershell, check your...

Main benefit is that you can use selenium webdriver syntax and you don't need to learn any new libraries.