Hello,
What's the best known method for getting a value from a textbox in a web site form?
Will the "aqObject.GetPropertyValue" method work for this?
Does anyone have examples for doing this?
Thanks in advance.
Solved! Go to Solution.
It might be simply a matter of something like this
Log.Message(Aliases.browser.myPage.myForm.myTextbox.wText)
It depends a lot on how the object is presented to test complete but many times the values of properties are just easily obtained by referencing the property itself.
It might be simply a matter of something like this
Log.Message(Aliases.browser.myPage.myForm.myTextbox.wText)
It depends a lot on how the object is presented to test complete but many times the values of properties are just easily obtained by referencing the property itself.
Got it and it works. You the man! Thanks
Subject | Author | Latest Post |
---|---|---|