Skip to content

This repo contains a Python script designed for practicing QA automation testing.

Notifications You must be signed in to change notification settings

beeeegi/RobloxProfileDescriptionUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Usage

1. Make sure you have Python installed on your system. You can download Python from here.

2. Install Selenium library with:

pip install selenium

3. Clone the repository with:

git clone https://github.com/beeeegi/RobloxProfileDescriptionUpdater

4. Replace the variables with your Roblox account credentials and the new profile description you want to set.

username = "UPDATE THE USERNAME VARIABLE"
password = "UPDATE THE PASSWORD VARIABLE"
description = "UPDATE THE DESCRIPTION VARIABLE"

5. Run the script using:

python RobloxProfileDescriptionUpdater.py

About

This repo contains a Python script designed for practicing QA automation testing.

Topics

Resources

Stars

Watchers

Forks

Languages