I am developing codedUI automation tests and have run into an issue where the Selenium FindElement method fails and cannot find any objects on my application in Chrome only. IE and Firefox work OK.
The error I'm getting is Cannot use 'in' operator to search for 'String' in Https://geocode.arcgis.com/arcgis/rest/services/WorldGeocodeServer. I'm currently using chromedriver 2.29/461591.
If I paste the Html from the page into fiddle, it works OK in Chrome.
When I run chromedriver --verbose, I get the following log entries:
[97.178][DEBUG]: DEVTOOLS RESPONSE Runtime.evaluate (id=381) {
"result": {
"type": "object",
"value": {
"status": 13,
"value": "Cannot use 'in' operator to search for 'String' in https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"
I'm looking for assistance and suggestions on how to further diagnose the cause of this issue. Is it Selenium? ChromeDriver? Some JavaScript JSQuery syntax error?
Thank you,
ApplicationCache
'((OpenQA.Selenium.Remote.RemoteWebDriver)drv).ApplicationCache' threw an exception of type 'System.InvalidOperationException'
ApplicationCache.Message
"Driver does not support manipulating the HTML5 application cache. Use the HasApplicationCache property to test for the driver capability"
DeclaringMethod.Message:
"Method may only be called on a Type for which Type.IsGenericParameter is true."
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsubscribe@googlegroups.com.