[Bug 29300] New: Edge browser throws not implemented exception with special character in Selenium Grid

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29300

            Bug ID: 29300
           Summary: Edge browser throws not implemented exception with
                    special character in Selenium Grid
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: longphithien@gmail.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org
            Blocks: 20860
  Target Milestone: ---

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?


Referenced Bugs:

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20860
[Bug 20860] WebDriver Level 1
-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 18 November 2015 16:42:31 UTC