in Selenium by (909 points)
Using Selenium IDE is it possible to get data from a particular html table cell ?

1 Answer

0 votes
by (14.1k points)

You can use the “storeTable” command

Example store text from cell 0,2 from an html table

storeTable

Css=#table 0.2

textFromCell

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma (909 points)
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma (909 points)
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma (909 points)
...