Skip to content
Advertisement

Tag: playwright-python

Trying to select the option

I want to click these option on the pages is there any I am new to a playwright I am not familiar with playwrights so much kindly any solution recommended these is page link https://www.ifep.ro/justice/lawyers/lawyerspanel.aspx Answer You can use the select_options for selecting 30. You can use the text selector and then click the checkboxes like this:

How to use playwright and beautifulsoup on web page which has pagination?

Locked for 37 days. There are disputes about this question’s content being resolved at this time. It is not currently accepting new answers or interactions. I am new to web scraping. I want to scrape the data (comments and respective dates) from this web page https://forum.donanimhaber.com/turkcell-25-000-dk-12-000-sms-70-gb-internet-12-ay-320-tl-ana-konu–151777938 It has pagination for pages…. This is the way I am doing This code

How to download PDF files with Playwright? (Python)

I’m trying to automate the download of a PDF file using Playwright, I’ve the code working with Selenium, but some features in Playwright got my attention. The real problem the documentation isn’t helpful. When I click on download I get this: And I cant change the directory of the download, it also delete the “file” when the browser/context are closed.

Advertisement