Find Table Column Index

Опубликовано: 05 Июнь 2023
на канале: gleb bahmutov
565
21

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
cy.contains('table thead th', 'Age')
.invoke('index')
.should('equal', 3)
Find this example and many more at https://glebbahmutov.com/cypress-exam...


Смотрите видео Find Table Column Index онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь gleb bahmutov 05 Июнь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 565 раз и оно понравилось 21 людям.