/SPPP-Selenium

A selenium automation program to answer all "Penilaian Kursus". (For UKM Students)

Primary LanguagePythonMIT LicenseMIT

SPPP-Selenium (For UKM Students)

About SPPP-Selenium

A selenium automation program to answer all "Penilaian Kursus" for UKM Student. This program uses python.

Instalation

These are the packages that you need for this program to run :

  • Selenium - Version : 3.141.0 or lower than 4
pip install selenium==3.141.0

!!! Important :

You also need to download ChromeDriver version that is similar to you Chrome browser version.

My Current ChromeDriver Version is 96.0.4664.45, maybe yours is different. You can download ChromeDriver at Here.

If you download a new ChromeDriver, just replace it with the one in this folder / repository.

Check your Chrome Version in the Error Log or in your Chrome

Set Up

I have left few comments throughout the code. Just replace these few line with your Credentials and Path:

Replace this with your Matric Number :

MATRIC = 'A123456'

Replace this with your Password, (Don't worry, I wont steal it) :

PASSWORD = 'password123'

Replace this with your ChromeDriver path :

CHROMEDRIVER_PATH = 'E:\\Python\\SPPP Selenium\\chromedriver.exe'

!!! Important :

Make sure the ChromeDriver path is correct including the folder name. If you download this repository in zip, your folder might be something like SPPP-Selenium-main. So make sure you keep note of that.

Q&A

Fell free to ask me any question. You can get my contacts at Let's Connect