How to use seleniumbase on M1 Mac (Apple Silicon)?

104 Views Asked by At

I am trying to use seleniumbase on an M1 Mac as a secondary test. But I keep getting:

ModuleNotFoundError: No module named 'seleniumbase'

Seems like architecture issue?

1

There are 1 best solutions below

0
On BEST ANSWER

The following fixed the issue on M1 Macbook:

pip install seleniumbase --user