Issue 8733 in selenium: Issue 2377 Solved - Nothing happens when I try to fill an jQuery Masked Input with Sel 2.5

2 views
Skip to first unread message

sele...@googlecode.com

unread,
Dec 9, 2015, 10:23:32 PM12/9/15
to selenium-develope...@googlegroups.com
Status: Invalid
Owner: ----

New issue 8733 by girija.s...@gmail.com: Issue 2377 Solved - Nothing
happens when I try to fill an jQuery Masked Input with Sel 2.5
https://code.google.com/p/selenium/issues/detail?id=8733


Solution for Mask Tex Box
------------------------

NB: You should clear the mask text box first then send the value

WebElement textBoxContact =driver.findElement(By.id("ContactNumber"));
textBoxContact.clear();
textBoxContact.sendKeys("(564) 6111-654645");

Attachments:
1.PNG 26.4 KB

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages