Skip to content

Commit deeee59

Browse files
agarneha1331francisf
authored andcommitted
Corrections
1 parent a70b033 commit deeee59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Open `Android` or `iOS` folder :
106106
107107
- If you have uploaded your own app, update the app in the `browserstack.yml`
108108
109-
- Run `python browserstack_sample_local.py`
109+
- Run `browserstack-sdk python browserstack_sample_local.py`
110110
111111
- You can access the test execution results, and debugging information such as video recording, network logs on [App Automate dashboard](https://app-automate.browserstack.com/dashboard)
112112

android/browserstack_sample_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import time
88

99
# Initialize the remote Webdriver using BrowserStack remote URL
10-
driver = webdriver.Remote("http://hub.browserstack.com/wd/hub")#, options=options)
10+
driver = webdriver.Remote("http://hub.browserstack.com/wd/hub")
1111

1212
# Test case for the BrowserStack sample Android app.
1313
# If you have uploaded your app, update the test case here.

0 commit comments

Comments
 (0)