Skip to content

Commit 462c820

Browse files
changed url under extended debugging
1 parent db6cb14 commit 462c820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extended-debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The `lt:throttle:cpu` method simulates lower or higher CPU usage on the testing
223223
**Python:**
224224
```python
225225
driver.execute_script("lt:throttle:cpu", {"rate": 4})
226-
driver.get("https://jcpenney.com")
226+
driver.get("https://lambdatest.com")
227227
```
228228

229229
**Node.js:**
@@ -272,7 +272,7 @@ driver.execute_script("lambda-throttle-network", {
272272
"upload": 750,
273273
"latency": 20
274274
})
275-
driver.get("https://jcpenney.com")
275+
driver.get("https://lambdatest.com")
276276
```
277277

278278
**Node.js:**
@@ -298,7 +298,7 @@ await driver.get("https://www.cnn.com");
298298
**Python:**
299299
```python
300300
driver.execute_script("lambda-throttle-network", "Offline")
301-
driver.get("https://jcpenney.com")
301+
driver.get("https://lambdatest.com")
302302
```
303303

304304
**Node.js:**

0 commit comments

Comments
 (0)