001 Introduction to Playwright
002 Course Content
003 Installing Playwright
004 First Test with Playwright
005 Important Playwright CLI Commands
006 Clicking on Elements
007 Ways of Writing Playwright Commands
008 Playwright Annotations
009 Focusing a Test
010 Skipping a Test
011 Tagging Tests
012 Grouping Tests
013 Playwright Configuration
014 Creating a Global Configuration
015 Using Configuration File
016 Video Recording Tests Options
017 Taking Screenshots
018 Setting-Up Base-Url
019 BeforeEach And AfterEach Hooks
020 Customizing Node Scripts
021 Executing Tests in Parallel Mode
022 Customizing a Reporter in Playwright
023 Playwright Built-in Reporters
024 Introduction to Playwright Selectors
025 Finding Locators
026 Introduction to XPath Locators
027 Locators Best Practices
028 Introduction to Assertions
029 Practicing Assertions
030 Finding Assertions
031 Exploring Playwright Documentation
032 Playwright Inspector - Debugging Easily
033 Debugging Selectors
034 Recording Tests with Test Generator
035 Authentication Logging in Programmatically with Examples -
036 Emulating Devices
037 Using Traceviewer
038 Other Emulation Options
039 Local Configuration
040 Additional CLI Options
041 Parallelism And Shrading
042 Retry Options
043 Timeout Option
044 Dealing with Checkboxes
045 Dealing with Drag And Drop
046 Dealing with Dropdown Lists
047 Dealing with iFrames
048 Downloading Files with Playwright
049 Uploading Files with Playwright
050 Generating PDFs using Playwright
051 Hovering Over Elements
052 Auto-waiting
053 Dialogs with Playwright
054 Installing Browsers
055 NPX Playwright Options
056 Opening Browsers with Playwright
057 Other Input Fields
058 Playwright Key Presses And Shortcuts
059 Taking Screenshots through CLI