Using Text[Get]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023
02:04 PM
08-23-2023
02:04 PM
Using Text[Get]
Can anyone help with an issue using Text[Get], under object properties in a keyword test, that doesnt show name or value it should retrieve?
I am trying to compare two input field values on different web pages within same test.
Thanks in advance for help!
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023
01:38 AM
08-24-2023
01:38 AM
Are you able to provide an example or a screenshot of the issue please?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023
06:40 AM
08-24-2023
06:40 AM
You could also use the Object spy to see what property has the text you want to compare
(most of the time .Text I guess)
Then just use
If "Aliases.applicationpaththingy.Textbox.Text" (as onscreen object) = "Your text" (as string)
Then: do a thing
Hope this helps
