MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

sendKeys() changes what is sent? #311

Open qabi opened 6 years ago

qabi commented 6 years ago

When using sendKeys() on a text field element with a string that contains dashes "-", these are changed into plusses "+"?