skyvern icon indicating copy to clipboard operation
skyvern copied to clipboard

have any examples of Code Blocks?

Open kobeng opened this issue 2 months ago • 3 comments

Do you have any examples of Code Blocks? I want to get the data after the browser requests an API. How can I implement this with a Playwright script?

kobeng avatar Nov 19 '25 11:11 kobeng

@kobeng better documentation coming soon! TL;dr - code block has access to the playwright page object. So you can do things like await page.click(...)

suchintan avatar Nov 21 '25 06:11 suchintan

Note: it's the async playwright page

suchintan avatar Nov 21 '25 06:11 suchintan

thanks, i will try!

kobeng avatar Nov 21 '25 09:11 kobeng