Skip to content

Commit 5398773

Browse files
committed
Minor edits
1 parent 9a33361 commit 5398773

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/scripting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See more [commands](#recommended-commands) and [examples](#sample-scripts) below
4848

4949
## Recommended Commands
5050

51-
For historical reasons, if a script step fails, it does so silently. If something doesn’t work, unfortunately, you won’t get any feedback why. If you’re new to scripting, we recommend using the following commands only. It’s easier to debug them as you can run them manually yourself.
51+
For historical reasons, if a script step fails, it does so silently. If something doesn’t work, unfortunately, you won’t get any feedback why. If you’re new to scripting, we recommend using the following commands only. It’s easier to debug them as you can run them manually in the browser.
5252

5353
#### `navigate`
5454
Navigates the browser to the provided URL and waits for it to complete.
@@ -758,7 +758,7 @@ setDOMElement className=more_pics
758758
submitForm name=AOLLoginForm
759759
```
760760

761-
#### DNS Override
761+
### DNS Override
762762
This script will:
763763

764764
* Create a fake DNS entry for www1.aol.com and have it lookup www.aol.com instead
@@ -772,7 +772,7 @@ setCookie http://www.aol.com zip=20166
772772
navigate http://www.aol.com
773773
```
774774

775-
#### iPhone Spoofing
775+
### iPhone Spoofing
776776
This script will:
777777

778778
* Use the iPhone user agent string

0 commit comments

Comments
 (0)