browser_launch | Launches a Playwright browser instance |
check | Page class: Check a checkbox |
click | Page class: Click on an element |
close_page | Page class: Close a page object |
dblclick | Page class: Double-click an element |
drag_to | Page class: Drag and drop an element |
execute_script | Page class: Execute JavaScript code on the page |
fill | Page class: Fill input field |
focus | Page class: Set focus on an element |
get_by_label | Page class: Get element by label |
get_by_role | Page class: Get element by role |
get_by_selector | Page class: Get element by CSS selector |
get_by_text | Page class: Get element by text |
get_content | Page class: Get the page content |
get_title | Page class: Get the page title |
get_url | Page class: Get the current page URL |
go_back | Page class: Go back in browser history |
go_forward | Page class: Go forward in browser history |
goto | Page class: Go to a URL |
new_page | Page class: Create a new page object |
pipe | Pipe operator |
press | Page class: Press a key |
pw_init | Initialize Playwright with optional XVFB |
reload | Page class: Reload the current page |
screenshot | Page class: Capture a screenshot |
select_option | Page class: Select an option from a dropdown |
set_input_files | Page class: Set input files |
type | Page class: Type text into an element |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.