This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29300 - Edge browser throws not implemented exception with special character in Selenium Grid
Summary: Edge browser throws not implemented exception with special character in Selen...
Status: RESOLVED INVALID
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2015-11-18 16:42 UTC by Louis Tran
Modified: 2015-11-18 17:44 UTC (History)
2 users (show)

See Also:


Attachments

Description Louis Tran 2015-11-18 16:42:18 UTC
I am using Selenium Gird, version 2.48.2. When I execute the test, I get a strange error message, like:

org.openqa.selenium.WebDriverException: ၐݳ▘ӳtor not implemented (WARNING: The server did not provide any stacktrace information)

or

org.openqa.selenium.WebDriverException: ၐ݈▘�tor not implemented (WARNING: The server did not provide any stacktrace information)

The error is with this line:

WebElement loginBtn = webDriver.findElement(By.xpath("//button[contains(., 'Einloggen')]"));

I don't know what's wrong with that.

I register the node like this:

java -Dwebdriver.edge.driver=C:\Selenium\MicrosoftWebDriver.exe -jar selenium-server-standalone-2.48.2.jar -role node -browser browserName=MicrosoftEdge,platform=WINDOWS -hub http://10.0.50.34:4444/grid/register/ -trustAllSSLCertificates

and in my java code:

capabilities = DesiredCapabilities.edge();
webDriver = new RemoteWebDriver(new URL("http://10.0.50.34:4444/wd/hub"), capabilities);

Is there something wrong with EdgeDriver?
Comment 1 David Burns :automatedtester 2015-11-18 17:44:18 UTC
This is a bug for MS and not the specification. I suggest raising it on http://connect.microsoft.com/