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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -