-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Appium: can't call setNetworkConnection #2969
Comments
Hi there! Your question is better suited for StackOverflow or Gitter. Please ask a question there with the 'protractor' tag or post in the Gitter Channel to get help. From the the getting help section of the README:
Thanks! |
Ok, so the problem here is that |
So @NickTomlin this is not a support question. It's a missing feature... I think this issue should be reopened. |
@rolandoldengarm you're right - follow along with #1940 for updates on the feature. |
Opening because this is a missing feature, closing because it's a duplicate 😉 Also, to Nick's credit, we get a lot of support questions and this sounded a lot like one |
Hi. Not wanting to be a pain, sorry if I am. I'm just wondering if this feature is something that is likely to be included in the future? I see this is closed as is #1940 and so I'm uncertain - perhaps there's an alternative method that I've missed. |
It is likely to be included in the future, stay tuned! |
I've set up my environment with Protractor + Appium + Jasmine to run my JavaScript based tests, followed this guide. This is working OK, but I cannot call the network API available in Appium:
https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/network_connection.md
browser.driver does not have a method call "setNetworkConnection".
I guess it's Protractor related? I'm using TypeScript, and setNetworkConnection is not available in the TSD. I've also tried to cast browser.driver to any and then call this method, but then I get an error.
The text was updated successfully, but these errors were encountered: