Solved
Forum Discussion
2 Replies
Sort By
- tristaanogreEsteemed Contributor
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.
- awjonesOccasional Contributor
Got it and it works. You the man! Thanks