We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples:
Click "{selector}"
User clicks element "{selector}"
Accept alert
User accepts alert
Assert URL contains "{substring}"
The URL should contain "{substring}"
And many more to cover the existing BaseCase methods.
BaseCase
(For the behave / BDD ReadMe, see: SeleniumBase/examples/behave_bdd/ReadMe.md)
behave
The text was updated successfully, but these errors were encountered:
Released in 4.12.3 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.12.3
4.12.3
Sorry, something went wrong.
mdmintz
Successfully merging a pull request may close this issue.
Add more user-friendly syntax to the behave/BDD Gherkin format
Examples:
Click "{selector}"
, there should also beUser clicks element "{selector}"
.Accept alert
, there should also beUser accepts alert
.Assert URL contains "{substring}"
, there should also beThe URL should contain "{substring}"
.And many more to cover the existing
BaseCase
methods.(For the
behave
/ BDD ReadMe, see: SeleniumBase/examples/behave_bdd/ReadMe.md)The text was updated successfully, but these errors were encountered: