Find Table Column Index

preview_player
Показать описание
You can find the index of a DOM element among its siblings. For example, to confirm that the "Age" column is the third column of the table, you can invoke the jQuery "index" method and confirm the yielded value
.invoke('index')
.should('equal', 3)
Рекомендации по теме
Комментарии
Автор

My daily routine is watching at least one video of yours, thanks for all your help and knowledge Gleb!

Jakub-ruej