Skip to content

Instantly share code, notes, and snippets.

@aktaumag
Created August 10, 2022 23:54
Show Gist options
  • Save aktaumag/a1b296e353d6e0e302890ee2e2346816 to your computer and use it in GitHub Desktop.
Save aktaumag/a1b296e353d6e0e302890ee2e2346816 to your computer and use it in GitHub Desktop.
XPath заметки
@aktaumag
Copy link
Author

aktaumag commented Aug 10, 2022

//i | //b | //strong | //ol | //ul | //br | //blockquote | //details | //dialog | //fieldset | //figure | //td

— поиск сразу всех тегов, которые нужно проверить


//*[@id='panel']

— поиск элемента по ID

@aktaumag
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment