Currently both playwright and selenium are required to run tarsier. Ideally we want user to only have to install a single one of these to get up and running. This is normally done though pip optional dependancies.
pip install tarsier[playwright]
pip install tarsier[selenium]