Form Data not getting updated
|
10-22-2018, 05:12 PM
Post: #1
|
|||
|
|||
Form Data not getting updated
Hi
I have been trying to provide script to webpagetesttool url for the angular4 application but the email address and password are not detected by the reactive form and validation message is thrown. PFB script logData 0 navigate https://test-feature-3-secure.reqtest.co...ance/login logData 1 setValue type=email xxxxxxxx sendKeyDownAndWait type=email TAB setValue type=password xxxxxxxxxx clickAndWait type=submit navigate https://test-feature-3-secure.reqtest.com/app/dashboard Login submit error |
|||
10-22-2018, 10:58 PM
Post: #2
|
|||
|
|||
RE: Form Data not getting updated
Switch to using JavaScript with exec/execAndWait. First get it working locally in Chrome in dev tools console and then use it in a WPT script. Whatever JS on the page is doing form validation isn't recognizing the values have been added and you need to figure out how to trigger it.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)