bnoyahr
12 months agoNew Contributor
Finding Text Elements in a Webpage
I have the following html on a webpage. I want to extract "Row: 0" and "Row: 1" etc and place them in an array. Can you suggest what I can do to accomplish this. <span class="statusTextContainer-18...
- 12 months ago
Use the Object Spy tool on your UI object to see what properties and methods are exposed. There may be property values such as Cell, Row or Column which you can refer too.