Closed AjayKmGupta closed 6 years ago
@AjayKmGupta Sorry for that very slow reply. I have not tried it with the AppiumLibrary nor have I used nor looked at that Library. The implementation here follows along the design of the Selenium2Library (which I am now looking at upgrading to work with the recent - late 2017 - changes to the Selenium2Library / SeleniumLibrary). If the AppiumLibrary has a similar concept of finding elements that is where one should look at implementing/porting this library to work with AppiumLibrary which will give you the implicit wait for angular on locating elements. In addition and without too much work if the AppiumLibrary has a execute javascript call you can implement the explicit wait for angular functionality with just a javascript call.
Closing issue as the library does not work with AppiumLibrary.
Hello, This a query not an issue. I need to automate Smartphone web application built using AngularJs. We have existing framework using Robot Framework and AppiumLibrary which works with non-AngularJs application. So, I just wanted to check that can we import this library with AppiumLibrary to automate mobile web applications.