Welcome to Playwright
Press space to navigate.
Press left arrow to go back.
Press right arrow to go forward.

Online at https://ignatandrei.github.io/Presentations/Playwrightprez.html
For download https://ignatandrei.github.io/Presentations/Playwright.zip

About me

ignat Andrei Ignat http://msprogrammer.serviciipeweb.ro/

						System.Console.WriteLine("Ignat Andrei");
						System.Console.WriteLine("Playwright");							
						  

YouTube 5 minutes .NET and tools : http://bit.ly/5MinTools

Book Making Open Source Component : http://bit.ly/NetOpenSourceComponent

Book Copy Paste from StackOverflow : https://amzn.to/2PQ8EDc

Roslyn Source Code Generators with examples : https://ignatandrei.github.io/RSCG_Examples/

Monthly meetings: https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/

For notes press S
For print ?print-pdf
For all slides press ESC

Introduction to Playwright

https://github.com/microsoft/playwright

Playwright is a library to automate Chromium, Firefox, and WebKit with a single API. It enables reliable end-to-end testing for modern web apps.

  • Supports multiple browsers: Chromium, Firefox, and WebKit.
  • Cross-platform: Works on Windows, macOS, and Linux.
  • Automates browser actions: Clicks, inputs, navigation, etc.
  • Supports headless and headful modes.
  • Provides powerful tools for debugging: Screenshots, videos, and tracing.

Playwright supports .NET , Java, Python , Node .

Demo1 : Console

Uses of Playwright

Screenshots, videos, and clock.

Demo2 : Show

Generating , Interacting, Test


./playwright.ps1 codegen  http://localhost:5348/
					
After this, DemoTest project

Links

Questions ?

Thank you for your time