Input box value loosing after tab out
|
05-29-2019, 01:36 AM
(This post was last modified: 05-29-2019 01:39 AM by pmohite@ancestry.com.)
Post: #1
|
|||
|
|||
Input box value loosing after tab out
Hello team ,
I am not able to set value to input box . 1. tabbed out after entering value , value is getting flushed out i tried below function setValue id=emailAddress abc@gmail.com document.getElementById("emailAddress").value="abc@gmail.com" document.querySelector('#emailAddress').value="abc@gmail.com" setInnerText id=emailAddress abc@gmail.com setInnerHTML id=emailAddress abc@gmail.com , could u pls tell me is there any other way to set value Note: my application not using iframe , even tried that one more note : I tried to set value using selenium webdriver , sendKey function there its working , but not in WPT |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)