usingDriverExecutable(new File("/Users/skpatro/.nvm/versions/node/v18.16.0/bin/node")) -- Advise this path in Windows.. "C:\Program Files odejs ode.exe" is this same ??
@CristianParadacmpmendoza8 ай бұрын
I can not find the path to the appium.js will be that I have to install something additional on my computer I have that doubt, thanks for this series of videos.
@qavbox8 ай бұрын
If you are using the MacOS with appium installed through npm. Follow qavalidation.com/2024/03/find-the-appium-path-on-macos.html/
@shitalmalviya97964 ай бұрын
Since we are using appium 2 , dont we have to install driver separately. How to do that
@qavbox4 ай бұрын
Yes, you are right. Here are the detailed steps for installing appium 2.x drivers kzbin.info/www/bejne/iXe5i4R-Z5KNodk Also you can follow the topics here- kzbin.info/aero/PLPO0LFyCaSo1DKak8ZhEJ3NXrj2shNM0N
@vothaian Жыл бұрын
How to wait element visible in Appium 2 ?? Thank you
@qavbox Жыл бұрын
You can use the same selenium explicit wait syntax, just need to use apoium specific locator strategy wait.until(ExpectedConditions.visibilityOfAllElements(AppiumBy.accessibilityId("sometext")))