Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot send []{} characters with sendKeys function in headless mode #365

Open
balazs-zsoldos opened this issue Apr 21, 2020 · 1 comment

Comments

@balazs-zsoldos
Copy link

If I want to call webElement.sendKeys("{"); on an input field, nothing is written into the field.

@balazs-zsoldos
Copy link
Author

Solved this issue by removing the special characters from com.machinepublishers.jbrowserdriver.Robot.textMap. By removing the characters, the non-headless issues are gone, too (like #139). I guess this map has an important role, but it would be nice if we could configure its content before starting the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant