Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

puppeteer click element with custom property

const element = await page.$('[data-testId="testid-button-refresh"]') // this is an ElementHandle
 
PREVIOUS NEXT
Tagged: #puppeteer #click #element #custom #property
ADD COMMENT
Topic
Name
9+3 =