Skip to content

Commit c705792

Browse files
author
AutomatedTester
committed
another typo
1 parent c8fd951 commit c705792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ proxy = s.create_proxy
1919
from selenium import webdriver
2020
profile = webdriver.FirefoxProfile()
2121
profile.set_proxy(proxy.selenium_proxy())
22-
driver = webdriver.Firefox(firefox_profile=p)
22+
driver = webdriver.Firefox(firefox_profile=profile)
2323

2424

2525
proxy.new_har("google")

0 commit comments

Comments
 (0)