mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
.. | ||
authentication.js | ||
README.md | ||
upload.js |
Example recipes
Authentication
This script logs in on GitHub.com through Chromium, and then reuses the login cookies state in WebKit. This recipe can be used to speed up tests by logging in once and reusing login state.
File uploads
This script uploads a file to an input
element that accepts file uploads.