Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/magento-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame's Selenium SDK via the M
</iframe>
</div>

## GuideFrame Code Walkthrough Script
## Magento Demo Script
```python

from guideframe.selenium import * # Importing all functions from selenium_functions.py
Expand Down Expand Up @@ -211,7 +211,7 @@ if __name__ == "__main__":
assemble(18)
```

## GuideFrame Code Walkthrough Markdown
## Magento Demo Markdown

```markdown
## Step 1
Expand Down
4 changes: 2 additions & 2 deletions docs/tutors-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame via the open-source educ
</iframe>
</div>

## GuideFrame Code Walkthrough Script
## Tutors Demo Script
```python

from guideframe.selenium import * # Moved all selenium functions to external file
Expand Down Expand Up @@ -154,7 +154,7 @@ if __name__ == "__main__":
assemble(12)
```

## GuideFrame Code Walkthrough Markdown
## Tutors Demo Markdown

```markdown
## Step 1
Expand Down