DEV Community

Discussion on: Getting Started With Browser Automation Testing in Python

Collapse
 
dowenb profile image
Ben Dowen

Have you ever looked into using SeleniumBase? It's a test framework that brings selenium and pytest together with a bunch of features ready to go. It may not be as flexible as rolling your own, but I find it a lower bar to get started.

seleniumbase.com/

Collapse
 
erikwhiting88 profile image
Erik

I haven't heard of it. I'll have to check it out, thanks!