Hi Team,
I’m very new to the appium library using ruby. I have create a iOS application which has a button when user tap on that button I have to execute a web service once web service execution finish I would like to navigate the user to next screen.
This is the scenario to which I would like to write test case.
I’m able to click a button from ruby code using appium_lib, once the web service starts before the response received from server driver is quitting. I’m not able to wait the driver till get response and navigate to next screen.
Also Is there any proper documentation which tells about the usage of appium_lib with ruby other than github web page which has simply commands without proper documentation and example.
It really appreciates your help…