Skip to content
Advertisement

Download currnet image with python playwright

Is it possible to make something like this with Playwright:

https://stackoverflow.com/a/52692041

JavaScript

I prefer playwright over selenium but can’t find a way with Playwright.

Advertisement

Answer

I tried this and it worked (I used an element handler instead of arguments[0]):

JavaScript
Advertisement