ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Nice concept
Very good video sir..
Thanks so much for great feedback
My url is not working which is I have set in properties file. It showing error. Can you please give me solution
Sure can you share error
If I don't pvoide the app location, my scrip gets fail but I can see that you didn't provide the apk location but still it's running
Bcoz i have set app package name and activity name in desired capabilities.
@@BhauAutomationLab I have also set appPackage and apActivity in code still If I comment my apk path, my script fail
@OptionTrader91 Please share your caps details
@@BhauAutomationLab//Setting Desire Capabilities for device DesiredCapabilities caps = new DesiredCapabilities(); caps.setCapability("appium:automationName",AndroidAppAutomationName); caps.setCapability("udid", "emulator-5554"); caps.setCapability("appium:deviceName", "sdk_gphone_x86_64"); caps.setCapability("platformName", "Android"); caps.setCapability("appium:platformVersion", "13"); caps.setCapability("appium:app", "C:\\Users\\Rahul Sinha\\eclipse-workspace\\ClearQuoteInspection\\src\\test\esources\\ClearQuote Inspections.apk"); caps.setCapability("appWaitForLaunch", false); caps.setCapability("appPackage", AndroidAppPackageName); caps.setCapability("appActivtiy", AndroidAppActivtiyName); URI url = new URI(AppiumURL); driver = new AndroidDriver(url.toURL(),caps);
Nice concept
Very good video sir..
Thanks so much for great feedback
My url is not working which is I have set in properties file. It showing error. Can you please give me solution
Sure can you share error
If I don't pvoide the app location, my scrip gets fail but I can see that you didn't provide the apk location but still it's running
Bcoz i have set app package name and activity name in desired capabilities.
@@BhauAutomationLab I have also set appPackage and apActivity in code still If I comment my apk path, my script fail
@OptionTrader91 Please share your caps details
@@BhauAutomationLab//Setting Desire Capabilities for device
DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability("appium:automationName",AndroidAppAutomationName);
caps.setCapability("udid", "emulator-5554");
caps.setCapability("appium:deviceName", "sdk_gphone_x86_64");
caps.setCapability("platformName", "Android");
caps.setCapability("appium:platformVersion", "13");
caps.setCapability("appium:app", "C:\\Users\\Rahul Sinha\\eclipse-workspace\\ClearQuoteInspection\\src\\test\
esources\\ClearQuote Inspections.apk");
caps.setCapability("appWaitForLaunch", false);
caps.setCapability("appPackage", AndroidAppPackageName);
caps.setCapability("appActivtiy", AndroidAppActivtiyName);
URI url = new URI(AppiumURL);
driver = new AndroidDriver(url.toURL(),caps);