Skip to content

Repository files navigation

Linux

First command in console (to install selenium)

pip install selenium

Create virtual environment using Pycharm

Install GUI Tkinter

sudo apt-get install python3-tk

OR

pip install tk

Start test

venv/bin/python main.py

Windows

Download and Install python (as example to folder C:\Soft\Python)

Download pip-install.py file and save in same folder with Python.exe from url:

https://bootstrap.pypa.io/get-pip.py

Open Windows PowerShell, Run

C:\Soft\Python\Python.exe get-pip.py

Go in Windows PowerShell to project folder

cd C:\path_to_project

Inside this folder execute in Windows PowerShell - to install Selenium

py -m pip install selenium

Install Tkinter from installer

After installing run tests

C:\Soft\Python\Python.exe main.py

This project can start Chromium browser and search filled text.

Results/steps/errors saved to report.html file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages