Selenium Automation Framework Tutorial - Handling Dynamic Web Tables in Selenium

preview_player
Показать описание
Learn how to handle dynamic web tables in selenium webdriver. Following will be covered in this video:
- What is web table ?
- Different web table tags
- Real-time example of automating a web table
Рекомендации по теме
Комментарии
Автор

Hi, can you help me with an issue. I am using your exact method above, but clicking on the text instead of printing. However I keep getting a stale element reference error after clicking and taking me to the next page. Here is my code

WebElement PositionTable =

List<WebElement> Rows =

println('No. of rows: ' + Rows.size())


table: for (int i = 0; i < Rows.size(); i++) {

List<WebElement> Cols =

for (int j = 0; j < Cols.size(); j++) {
if {



WebUI.delay(5)

table: break

}
}

}

chukwuemekatasie
Автор

What is the difference between the Selenium and SelectorsHub?

kritishah
Автор

excellent explanation, brother, thanks a lot

kiransingh