Skip to content

Commit 7843c69

Browse files
committed
Update the ReadMe
1 parent a620464 commit 7843c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ referral_link = '''<a class='analytics test' href='%s'>Free-Referral Button!</a>
496496
self.execute_script('''document.body.innerHTML = \"%s\"''' % referral_link)
497497
self.click("a.analytics") # Clicks the generated button
498498
```
499+
(Due to popular demand, this traffic generation example has been baked into SeleniumBase with the ``self.generate_referral(start_page, end_page)`` and the ``self.generate_traffic(start_page, end_page, loops)`` methods.)
499500

500501
#### Using non-terminating verifications:
501502

0 commit comments

Comments
 (0)