Skip to content

grissinibread/The-Robot-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

The Robot Driver

The purpose of this project is to understand PlayWright basics in a Python environment by creating a program that controls a web browser to complete a fixed, single task. In this case that task is to retrieve the price of a product on the website Uniqlo.

To run the project, you simply need:

Once these technologies are installed, make sure to run the following command to install the Playwright browsers:

playwright install

After that, you should be able to run the program!

If you'd like to see what playwright is doing in action, go ahead and change line 6 to the following:

browser = playwright.chromium.launch(headleass = False)

About

A simple python program that controls a web browser using Playwright.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages