pypi seleniumbase 3.3.4
3.3.4 - Refactoring, optimizations, dependencies, docs

latest releases: 4.48.4, 4.48.3, 4.48.2...
3 years 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.