selenium-webdriverapple-m1apple-siliconseleniumbase

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


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?


Solution

  • The following fixed the issue on M1 Macbook:

    pip install seleniumbase --user