Rakesh Dangi
Rakesh Dangi
You are using it correctly, but there can be many Labels, So I would suggest to create a more complex Xpath and then find it from that and get its...
Hi @lovettchris, It is intended to be installed on that location only, and for the error have you enabled the developer mode? also if you are using it in conjunction...
yes, you need to have the win app driver installed, you are doing it correctly.
Hi @ManasaBhat1, Try seeing the popup from the root level, It might have moved to the root level during this change, you wont find it in the main application therefore...
Yes you have to launch the win app driver at the root level, launch your application seprately and then you can switch between windows from root level easily. You can...
We have developed a software for the same purpose you can check it out over here 'https://soliterata.com/', yes you need to implement a time, you can just try to search...
I am not able to understand properly can you please share some SS of the tree view and others if possible.
@mayank-malik-alight use inspect to check if the new window after login is in separate instance, if yes then switch to that instance using native window handle and then find the...
@mayank-malik-alight please create an xpath with the available unique elements and then try to verify, this will work.
You cannot use actions to perform clicks directly using appium, you have to use a work around of this kind to perform actions:package com.desktop.automation.utils; import java.io.IOException; import java.net.URI; import java.net.URLEncoder;...