[Appium] Failed with Responding to client that a method is not implemented
See original GitHub issueSetting up Protractor with Appium 1.1.0
with the following config to test an hybrid app:
capabilities: {
browserName: '',
platformName: 'Android',
platformVersion: '4.4',
deviceName: 'Android Emulator',
app: '/Users/ray/my-app/platforms/android/ant-build/MyApp-debug.apk',
appPackage: 'com.ionicframework.starter',
appActivity: 'MyApp'
},
And Appium immediately failed with:
GET /wd/hub/session/6a295263-1c7f-4940-b998-c1d08c9cd6d7 200 1ms - 915b
debug: Appium request initiated at /wd/hub/session/6a295263-1c7f-4940-b998-c1d08c9cd6d7/timeouts/async_script
debug: Request received with params: {"ms":11000}
info: Responding to client that a method is not implemented
POST /wd/hub/session/6a295263-1c7f-4940-b998-c1d08c9cd6d7/timeouts/async_script 501 2ms - 180b
Which was caused by lib/runner.js
:
driver.manage().timeouts().setScriptTimeout(self.config_.allScriptsTimeout);
Issue Analytics
- State:
- Created 9 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Responding to client that a method is not implemented for ...
I'm trying to test a touch action on a site. Testing on chrome in an android emulator (Genymotion) I have this code: it("should...
Read more >'Method has not yet been implemented' error from ...
Error message: ERROR webdriver: Request failed due to Error: Method has not yet been implemented My setup: webdriverIO 5.18.6 Appium 1.17.0 ...
Read more >Method is not implemented Error For Native iOS App
I am running automated iOS test in simulator using visual studio and getting error 'method not implemented' for clicking on a element.
Read more >TouchAction().perform() - Method has not yet been implemented
Can you please clarify if above 2 methods still working with latest version of Java client ? As I'm getting error. github.com/appium/appium ·...
Read more >Issues starting appium automation on mac - Support
The code keeps failing when I try to create the driver. ... was received using an HTTP method that is not supported by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
actually, I’m thinking the cleanest way for us to achieve this is for appium to add a desired capability, say
autoWebview
, that automatically puts the automation into the webview context on launch. That way protractor doesn’t need to know about appium.https://github.com/appium/appium/issues/2715
I am getting the same issue “Responding to client that a method is not implemented”
Appium version: 1.3.5 Node version: v0.10.36 Protractor version: Version 1.6.1
Appium server log: info: [debug] Responding to client that a method is not implemented info: <-- POST /wd/hub/session/ae805d40-1fb1-4739-82c2-43ac6d2fdc93/timeouts/async_script 501 4.868 ms - 158
Script execution error /usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/atoms/error.js:113 var template = new Error(this.message); ^ UnknownError: Not yet implemented. Please help us: http://appium.io/get-involved.html at new bot.Error (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/atoms/error.js:113:18) at Object.bot.response.checkResponse (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/atoms/response.js:106:9) at /usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/webdriver.js:362:20 at /usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/goog/base.js:1582:15 at [object Object].webdriver.promise.ControlFlow.runInNewFrame_ (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:1654:20) at notify (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:465:12) at notifyAll (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:442:7) at resolve (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:420:7) at [object Object].fulfill (/usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:535:5)
at /usr/local/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:1520:10