Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 587 Bytes

Buschland-Selenium-Script

A selenium script that performs the following functionality,

1. Open up the card collection page.
2. Stop the card from moving motion.
3. Increase the size of the card.
4. Open up the next card and wait for few seconds and then so on...

To run script on a local machine:

1. Create virtualenv(first time only).

virtualenv venv

2. Activate virtualenv(each time).

source venv/bin/activate

3. Install libraries(first time only).

pip install -r requirements.txt

4. Run code.

python code.py