Working with “verifyTable” and “verifyNotTable” commands with example in selenium IDE
“verifyTable” Command When you are working with table content with selenium IDE then you must have knowledge of how to use “verifyTable” Command. “verifyTable” Command verifies the text of targeted table’s row and column. With “verifyTable” Command, you must have to specify your row and column matrix with target element. Example table.0.1 describes row no … Read more