Playwright Python - CSS Selector Pseudo Classes

Publicado em: 11 Julho 2023
no canal de: Rahul Mula
1,019
10

In this video you'll learn how to locate web elements using special css selector pseudo classes.

Playwright include a number of CSS pseudo-classes to locate elements:
- `:has-text()` matches any element containing specified text somewhere inside, possibly in a child or a descendant element. Matching is case-insensitive, trims whitespace and searches for a substring.

- `:text()` pseudo-class matches the smallest element containing specified text. Matching is case-insensitive, trims whitespace and searches for a substring.

- `:visible` pseudo class. For example, css=button matches all the buttons on the page, while css=button:visible only matches visible buttons. This is useful to distinguish elements that are very similar but differ in visibility.

- Sometimes page contains a number of similar elements, and it is hard to select a particular one. `:nth-match(:text("Buy"), 3)` can be used to select an element based on it's position/order.

✨ Ultimate Guide to Python 3.10 🐍 - http://bit.ly/pywizard
✨ Full Playwright Course 🎭 - https://bit.ly/playwright-auto
✨ CSS & XPath Masterclass 🔍 - https://bit.ly/css-xpath-masterclass

Playwright is a modern, fast and reliable browser automation tool from Microsoft that enables testing and automation across all modern browsers including chromium, firefox and webkit.


Nesta página do site você pode assistir ao vídeo on-line Playwright Python - CSS Selector Pseudo Classes duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Rahul Mula 11 Julho 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,019 vezes e gostou 10 espectadores. Boa visualização!