rshf / chromedriver

Automatically exported from code.google.com/p/chromedriver
2 stars 1 forks source link

[ChromeDriver] Searching for an element on page gives "Function already created: concat.\n" on device #765

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Background: Running Selenium tests using Appium on device on Chrome browser.

I saw this issue here https://code.google.com/p/selenium/issues/detail?id=5871 
but seems to be resolved awhile back. It looks like the issue is back for 
Chrome on devices. 

LOGS:

GET /wd/hub/session/e2de0cb087f07839cbfbfd391cf521e8/url 200 26ms - 243b

debug: Appium request initiated at 
/wd/hub/session/e2de0cb087f07839cbfbfd391cf521e8/element
debug: Request received with params: {"using":"id","value":"loginForm"}
debug: Proxying command to 127.0.0.1:9515

info: Making http request with opts: 
{"url":"http://127.0.0.1:9515/wd/hub/session/e2de0cb087f07839cbfbfd391cf521e8/el
ement","method":"POST","json":{"using":"id","value":"loginForm"}}

info: Responding to client with error: {"status":13,"value":{"message":"An 
unknown server-side error occurred while processing the 
command.","origValue":"unknown error: Function already created: concat.\n  
(Session info: chrome=34.0.1847.114)\n  (Driver info: 
chromedriver=2.9.248307,platform=Mac OS X 10.8.5 
x86_64)"},"sessionId":"e2de0cb087f07839cbfbfd391cf521e8"}

Selenium version: 2.41.0
OS: Android 4.4.2; Nexus 4
Browser: Chrome
Browser version: 34.0.1847.114

Original issue reported on code.google.com by iamcpiz...@gmail.com on 12 Apr 2014 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18