A simple example of using Selenium to navigate the Expedia website using Node
🚀 Project created with the aim of verifying how Selenium works
Before you begin, you will need to install the following tools on your machine: Git, Node.js. Also, it's good to have an editor to work with the code like VSCode.
Node.js -v: v18.13.0
# Clone this repository, or download these 3 files. $ git clone git@github.com:luizeduardompf2/seleniumNodeExpedia.git # Install dependencies $ npm install # Running the application $ node selenium.js The following tools were used to build the project:
- Node.js
- ChromeDriver (npm install chromedriver)
- Selenium-webdriver (npm install selenium-webdriver)
Done with ❤️ by Luiz Eduardo MPF 👋🏽 !