-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat(mobile): add extended wd commands for appium #3860
Conversation
303679e
to
6c43d52
Compare
* just an instance of `selenium-webdriver`'s WebDriver with some extra methods | ||
* added in. The `browser` object inherits all of WebDriver's and | ||
* ExtendedWebDriver's methods, but only the methods most useful to Protractor | ||
* users are documented here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment should mention that these are available only if your server has appium.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done (see below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sjelin , do you see this latest commit as something that can assist testing hybrid app with Protractor?
Other than one comment LGTM, and CI is happy, yay! |
Had to make some minor changes to the website to handle longer inheritance chains Closes angular#1940
Also had to make some minor changes to the website to handle longer inheritance chains Closes #1940
Also had to make some minor changes to the website to handle longer inheritance chains Closes #1940
Also had to make some minor changes to the website to handle longer inheritance chains Closes #1940
Also had to make some minor changes to the website to handle longer inheritance chains Closes #1940
@juliemr are selectors to identify elements with accessability id's for native ios app are supported? |
@thyagab , I dont think it's wise to As an answer for your question. This is the browser support list. Protractor doesn't (officially) supports Native apps with native selectors. In a previous project I worked with a Hybrid App with native elements. The app opened with a webview, but some screens were native. To access the native elements with Protractor I used
Hopefully this helps you Grtz Wim |
Thank you for response. We are looking for native app support which seems not there at thi spoint. |
Had to make some minor changes to the website to handle longer inheritance
chains
Closes #1940