Playwright Beginner Tutorial 7 | How To Find Web Objects

ALL FREE COURSES ► QUIZ ► 00:00 *Intro* What we are going to learn 01:11 *What are Selectors and Locators* Selectors are the strings/properties of the web objects Selectors are used to create Locators Selectors e.g. CSS, Class, Name, ID, Text, XPath … To find an object or element we use the syntax (selector[, options]) Locator is a class in Playwright library 01:43 [id35718|*Google] object locator example* 05:25 *How to find web objects with Playwright* How to find objects using XPath, CSS, Text, ID etc await (’’); 10:25 [id684945479|*using] any object property* await (’id=user-name’) await (’[id=“user-name“]’).click(); await (’id=user-name’).fill(Gr ... #RaghavPal #playwright_how_to_create_object_locators #playwright_xpath_css_selectors #playwright_how_to_record_object_locators #playwright_how_to_find_objects_on_webpage #playwright_by_raghav_pal #playwright_complete_course_for_beginners #playwright_hands-on_demo #playwright_automation_testing_online_training 20220906 wmy1Nu3X8l0
Back to Top