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 посетителям.