Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrampton committed Nov 3, 2021
1 parent 86f6be9 commit 241a0fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ A simple Bash script + Selenium test to visit a URL and scroll to specified elem
1. Clone this repository and run `npm install`.
2. Update the `endpoint` constant value in `tests\test.js` to the URL you would like the browser to visit.
3. Update the `elementId` constant value in `tests\test.js` to the element ID you would like the browser to scroll to.
4. Adjust emulation settings on lines 12 - 27, or comment these lines out for regular desktop display.

### Prerequisites
* Node.js - [Download](https://nodejs.org/en/download/)
Expand Down

0 comments on commit 241a0fd

Please sign in to comment.