File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame's Selenium SDK via the M
1717 </iframe >
1818</div >
1919
20- ## GuideFrame Code Walkthrough Script
20+ ## Magento Demo Script
2121``` python
2222
2323from guideframe.selenium import * # Importing all functions from selenium_functions.py
@@ -211,7 +211,7 @@ if __name__ == "__main__":
211211 assemble(18 )
212212```
213213
214- ## GuideFrame Code Walkthrough Markdown
214+ ## Magento Demo Markdown
215215
216216``` markdown
217217## Step 1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame via the open-source educ
1717 </iframe >
1818</div >
1919
20- ## GuideFrame Code Walkthrough Script
20+ ## Tutors Demo Script
2121``` python
2222
2323from guideframe.selenium import * # Moved all selenium functions to external file
@@ -154,7 +154,7 @@ if __name__ == "__main__":
154154 assemble(12 )
155155```
156156
157- ## GuideFrame Code Walkthrough Markdown
157+ ## Tutors Demo Markdown
158158
159159``` markdown
160160## Step 1
You can’t perform that action at this time.
0 commit comments