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

input blocked #505

Closed
radio-programa opened this issue Apr 24, 2014 · 2 comments
Closed

input blocked #505

radio-programa opened this issue Apr 24, 2014 · 2 comments
Milestone

Comments

@radio-programa
Copy link

Sometimes, when Selenium, rarely at hand, after removing all the input in the form and clicking on the input with the mask 99-999 or [X] 999 99 99 999 I can not write. Only when you click anywhere on, the problem disappears.

@RobinHerbots
Copy link
Owner

@radio-programa ,

Can you simulate this somehow in a jsfiddle or something alike?

@RobinHerbots RobinHerbots added this to the 3.1 milestone Apr 24, 2014
@edminify
Copy link

Hi. Use RobinHerbots/Inputmask
Selenium doenst work (not see click)
Example
driver.findElement(By.name("signerSsn")).click();
driver.findElement(By.name("signerSsn")).sendKeys("3333-33-3333");

or
driver.findElement(By.xpath("//[@id="signerInfo"]/div/div[2]/div[4]/label/input")).click();
driver.findElement(By.xpath("//
[@id="signerInfo"]/div/div[2]/div[4]/label/input")).sendKeys("3333-33-3333");
Please help

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

3 participants