📜 ⬆️ ⬇️

Webinar: How to create locators for Selenium WebDriver

This is the third webinar from the free webinar series on test automation.
Video recording (duration 1 hour 12 min.):

Topics and details of the video under the cut

The webinar presenter, Mikhail Polyarush, the webinar presenter, talks about how to build simple locators for Selenium WebDriver based on id / name / link and complex: XPath and CSS selectors.

This webinar is entirely devoted solely to creating the right locators, discussing their work and demonstrating with practical examples.
00: 00-02: 09Introduction.
02: 10–06: 19Toolkit: Firefox, Firebug, Fire Path. Install and run tools.
06: 20–10: 59Simple locators (id, name, link). How does Selenium IDE build locators?
11: 00–12: 59Complicated Locators (CSS, XPath)
13: 00–05: 29When should complex locators be used?
15: 30–16: 05Problems when using complex locators
16: 06–21: 24Recommendations for the proper storage and preparation of complex locators
21: 25–38: 55Compilation of CSS locators. Search for elements by id, class properties and attribute values. Relations between elements and nesting levels.
38: 56–45: 59Practical examples of using CSS locators
46: 00–51: 04Compiling locators using XPath. Syntax. XPath advantage over CSS. Using attributes and filters.
51: 05–56: 11Axes in xpath. Definition of related and dependent elements.
56: 12–56: 59Frequently used functions in XPath filters. count (), contains (), text (), position (), last ()
57: 00–1: 04: 14Practical examples of creating XPath locators.
1: 04: 15–1: 05: 24Results
1: 05: 25–1: 12: 07Answers to questions: Regular expression support, the difference between Sizzle and CSS

About webinar


Author: Mikhail Polyarush. The webinar was supported by Ciklum.
You can ask questions about the webinar on the AT.info community forum
You can find out about the following free events by subscribing to the RSS feed of the automated-testing.info portal

')

Source: https://habr.com/ru/post/144063/


All Articles