| This command will check if cell of a table contains
the required text. The x and y position are zero based.
If the x or y position is out of bounds for the table
then the test will fail.
The test will fail if no table was selected before.
The required text can also contain variables
parameter: (xpos,ypos) = text
example:
check_tablecell | (1,1) = Hello world
check_tablecell | (2,5) = ${username}
author: Mecky |