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

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -