Few charecters are omitted while using selenium SendKeys() function in firefox -
few charecters omitted while using selenium sendkeys() function in firefox
webelement name = driver.findelement(localizator); name.clear(); name.sendkeys("new-!notverified123456123456");
but in application inputing nnotverified123456123456, ommitting ew-! sequence
browser used firefoc 31.4
Comments
Post a Comment