Excellently Explained .. awesome ..keep up the good work ..keep going above..
@vancexavier83394 жыл бұрын
Do I need to be on a Mac to test with iOS devices or can I do this from Windows machine?
@qavbox4 жыл бұрын
To test iOS devices, u need to have Mac OS machine, else u can opt for cloud based mobile platforms like browserStack or Saucelabs or test project etc but it's paid, they do have some free trial options u can try
@vancexavier83394 жыл бұрын
@@qavbox That's sad. I can't afford. Can it be an old Mac machine? Doesn't matter?
@arkaimps4 жыл бұрын
Nice short and detailed video...I am new to Appium,so quick question, Can context switch be used in case where sometimes we see a link in suppose Gmail and that app is present in our mobile, then default app is opened. Can context switch be used to switch to the app from web link? If yes, how context switch will understand what appActivity or App or appPackage to work with? As NATIVE_APP won't have all details..
@qavbox4 жыл бұрын
Try driver.context("NATIVE_APP"); to switch the app and perform some element actions..
@sandeeprapolusandeeprapolu Жыл бұрын
Many times the safari browser gets launch but it stuck in driver instance only and not able to navigate to the url
@ucCuong-lr9zq Жыл бұрын
same me
@techwithra20593 жыл бұрын
Please let me know how to get the apple developer's account, is it only paid account or do we have free accounts also ?
@qavbox3 жыл бұрын
You can have free account as well, only for publishing app you need paid account!
@nehale46862 жыл бұрын
For New Mac OS instead of "instruments -s devices" type " xcrun xctrace list devices"
@qavbox2 жыл бұрын
Ok, may be recently I haven't tried, will retry and put the update here, thanks for the info!
@DineshKumar-mr9ni3 жыл бұрын
How to enter username in iphone safari browser, Not able to enter username and I'm using browser stack, Any one know's the syntax pls reply me?
@qavbox3 жыл бұрын
kzbin.info/www/bejne/Y5i4nqqvh7Kkhqs
@et96933 жыл бұрын
Normally Test is excuted in App And There is webview in App. Safari isn't used!!!!!!! How to find webview elements?