crawlee-python icon indicating copy to clipboard operation
crawlee-python copied to clipboard

refactor!: Split `BrowserType` literal into two different literals based on context

Open Pijukatel opened this issue 9 months ago • 1 comments

Description

Split BrowserType literal into two different literals based on context.

This avoids some confusion and some implicit string manipulation in favor of explicit name mapping between the two different literals.

In Playwright: 'chromium', 'firefox', 'webkit' In browser fingerprints context it is : 'chrome', 'firefox', 'safari', 'edge'

Pijukatel avatar Mar 11 '25 09:03 Pijukatel

This is slightly breaking change, so probably wait until more braking changes accumulate.

Pijukatel avatar Mar 13 '25 16:03 Pijukatel

New release is coming, so let's add this change in now.

Pijukatel avatar Jun 19 '25 12:06 Pijukatel