ムNKiT
ムNKiT3mo ago

crawlee/js playwrite help related to clicking

when we are building any scraper we something need to click on any button or somewhere but after reading crawlee docs i didn't find anything related to click option, can someone please guide me to do it
4 Replies
Oleg V.
Oleg V.3mo ago
Crawlee as a wrapper on Playwright, so You should use original Playwright methods: page.click() , or locator.click() https://playwright.dev/docs/api/class-page#page-click
Page | Playwright
Page provides methods to interact with a single tab in a Browser], or an [extension background page in Chromium. One [Browser] instance might have multiple [Page] instances.
ムNKiT
ムNKiTOP3mo ago
@Oleg V. bro i am working on creating gmail accounts automatically through script do you know any good repo or code or article related to it ( i am new in scraping and know basics of scraping)
!    marek
! marek3mo ago
I already did the same work before, lets connect
ムNKiT
ムNKiTOP3mo ago
sent you dm , accept friend request

Did you find this page helpful?