Questions tagged [playwright-python]

Microsoft Playwright is a web automation library comparable to Selenium. This tag refers to the Python port of the library.

Microsoft Playwright is a web automation library comparable to Selenium. Originally a Javascript project, this is now also available in Python.

Related tags:

365 questions
-2
votes
2 answers

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

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…
user18541276
-3
votes
1 answer

How to download multiple excel files in same class name from website using Playwright

In this website (https://www.mca.gov.in/content/mca/global/en/data-and-reports/company-llp-info/incorporated-closed-month.html#) there are multiple excel files one by one with same class name with different value-data. I was download a single excel…
NIRANJAN
  • 13
  • 3
-4
votes
0 answers

Firefox browsers constantly opening on playwright library when trying to open a new tab

Good evening everyone, I have a problem in the playwright framework when I try to open a new tab in the firefox browser, it is connected with the fact that when I initialize the firefox browser after it has made certain conditions, it needs to open…
1 2 3
24
25