πŸ”Find Elements

How to find one or more elements in Pylenium

Pylenium provides 5 main ways to find elements:

  • contains get a single element by TEXT

  • find find a list of elements by CSS

  • findx find a list of elements by XPATH

  • get get a single element by CSS

  • getx get a single element by XPATH

Last updated