github seleniumbase/SeleniumBase v3.3.4
3.3.4 - Refactoring, optimizations, dependencies, docs

latest releases: v4.26.4, v4.26.3, v4.26.2...
22 months ago

Refactoring, optimizations, dependencies, docs

--variables=DICT
A var dict to pass to tests from the command line.

Example usage:  (with pytest)
----------------------------------------------
Option: --variables='{"special":123}'
Access: self.variables["special"]  # (123)
----------------------------------------------
Option: --variables='{"color":"red","num":42}'
Access: self.variables["color"]  # ("red")
Access: self.variables["num"]  # (42)
----------------------------------------------

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.