Skip to content

Invoke console scripts with: "python -m seleniumbase"

Compare
Choose a tag to compare
@mdmintz mdmintz released this 19 May 05:39
· 4169 commits to master since this release
91ca4a2

Invoke console scripts with: python -m seleniumbase <COMMAND>

You can now do:

  • python -m seleniumbase <COMMAND>
  • python -m sbase <COMMAND>

Or to list all commands, run:

  • python -m seleniumbase
  • python -m sbase

You can still use seleniumbase or sbase by itself.