Skip to content

Commit 1ef38ce

Browse files
authored
Update README.md
1 parent 8a9b1d8 commit 1ef38ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Make sure you have your LambdaTest credentials with you to run test automation s
8080

8181
**Step 4:** In the python script, you need to update your test capabilities. In this code, we are passing browser, browser version, and operating system information, along with LambdaTest Selenium grid capabilities via capabilities object.
8282

83-
The capabilities object in the above code are defined as:
84-
You can change the desired capibilite's
83+
The capabilities in the below code are defined as:
84+
8585
```python
8686
options = ChromeOptions()
8787
options.browser_version = "114.0"

0 commit comments

Comments
 (0)