How to I get the value of an element and set it to a variable?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023
07:24 AM
05-31-2023
07:24 AM
How to I get the value of an element and set it to a variable?
I'm trying to get the coordinates of a cell from the image below and set them in a variable or parameter. How do I view/use the value of cellIndex[get] after the keyword test completes?
Labels:
- Labels:
-
Keyword Tests
-
Web Testing
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023
07:49 AM
05-31-2023
07:49 AM
If this is your first time using TestComplete, it might be worth reading through Tutorials and Samples as well as Testing With TestComplete.
It will be in the form of,
var index = Aliases.name.of.your.object.cellIndex
