We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec44f3 commit 3ad8efbCopy full SHA for 3ad8efb
seleniumbase/console_scripts/sb_mkdir.py
@@ -621,6 +621,8 @@ def main():
621
file.close()
622
623
data = []
624
+ data.append('""" Classic Page Object Model with BaseCase inheritance """')
625
+ data.append("")
626
data.append("from seleniumbase import BaseCase")
627
data.append("")
628
@@ -648,6 +650,9 @@ def main():
648
650
649
651
652
653
+ data.append('""" Classic Page Object Model with the "sb" fixture """')
654
655
656
data.append("class LoginPage:")
657
data.append(" def login_to_swag_labs(self, sb, username):")
658
data.append(' sb.open("https://www.saucedemo.com/")')
0 commit comments