Handling Dynamic Web Tables - naveens33/selenium_python GitHub Wiki

Dynamic Web Tables

Dynamic web tables will have dynamic data i.e. Number of rows and columns are not constant. So, you can automate the dynamic rows/columns by finding elements through parent element.

Follow the below image,

Dynamic Web Element