#66 Playwright with Python| Handle Dynamic Web Table (HTML) | Augmenting existing locator| Part 2

preview_player
Показать описание
#python
#playwright
#pytest

----------------------------------------
-- Print all data from table
-- How to get a particular cell data in Web table
-- How to get all data for a particular column from web table
Рекомендации по теме
Комментарии
Автор

Do you know how to test sorting of the tables?

Nastya
Автор

Is there any way in playwright to scroll to that particular row in web table .As i am currently working on a large web table and the program doesn't scroll if the row is now visible on screen.

vismaynabar
Автор

Thanks for the video. I wonder why rows.count() can return number of rows. I tried your example it works fine but mine does not. Mine returns 0

xiaocaibai
visit shbcf.ru