Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.15 KB

README.md

File metadata and controls

45 lines (33 loc) · 2.15 KB

playwright-vs-seleniumbase

Comparing Playwright to SeleniumBase in terms of performance.

Stats are based on median runtimes (out of 3) for the following examples from: playwright-vs-seleniumbase/examples:


Ubuntu / Linux stats collected from:

https://github.com/mdmintz/playwright-vs-seleniumbase/actions/runs/13023608062/job/36328887852

Runtimes - Linux(Ubuntu)

Test SB runtime (s) PW runtime (s) Winner
Browser Launch 0.325 0.362 SeleniumBase
Flow (Test-only) 0.484 0.351 Playwright
Flow (Full) 0.838 0.704 Playwright
Multi (via pytest) 1.12 1.68 SeleniumBase

macOS stats collected from:

https://github.com/mdmintz/playwright-vs-seleniumbase/actions/runs/13024095932/job/36330171144

Runtimes - macOS

Test SB runtime (s) PW runtime (s) Winner
Browser Launch 0.296 0.292 Basically a Tie
Flow (Test-only) 0.769 0.956 SeleniumBase
Flow (Full) 1.13 1.25 SeleniumBase
Multi (via pytest) 0.90 2.24 SeleniumBase