Hi Piyush, Your videos are crisp & clear.... I followed ur video and created an appium framework, but i'm facing an error, which says Appium has not started yet even though I've started it manually... Pls help
Check if any other instance of appium is already running in task manager or port number is already used by other services and try changing port number or stop node.exe service from task manager and restart appium server
bhaiya, i having a problem whenever i run the code from ide then in my emulator app is open but it said unable to find the elements. but I am locating the elements accurately.
Really very nice explain
thank you for your amazing videos. they are brief and exactly what you needed.
Hi Piyush, Your videos are crisp & clear.... I followed ur video and created an appium framework, but i'm facing an error, which says Appium has not started yet even though I've started it manually... Pls help
Check if any other instance of appium is already running in task manager or port number is already used by other services and try changing port number or stop node.exe service from task manager and restart appium server
In listener, what is the complete line @ 36 ? getDeclaredFeild("mobile driver"). ?
mobileDriver =(AndroidDriver)result.getTestClass().getRealClass().getDeclaredField("mobileDriver").get(result.getInstance());
bhaiya, i having a problem whenever i run the code from ide then in my emulator app is open but it said unable to find the elements. but I am locating the elements accurately.
Check if s are present on webpage and the element you are trying to access is in the . If so, you need to switch into first.
Can you share git repo of this project
github.com/piyushautomation/appium
Please share your git repo
github.com/piyushautomation/appium
Thank you ,but seeing some issues with artifacts ...could you please share settings.xml file.