Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeeegi/robloxprofiledescriptionupdater

This repo contains a Python script designed for practicing QA automation testing.
https://github.com/beeeegi/robloxprofiledescriptionupdater

python qa-automation roblox selenium test-automation

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Usage
`1.` Make sure you have Python installed on your system. You can download Python from [here](https://www.python.org/downloads/).

`2.` Install Selenium library with:
```bash
pip install selenium
```

`3.` Clone the repository with:
```bash
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.
```py
username = "UPDATE THE USERNAME VARIABLE"
password = "UPDATE THE PASSWORD VARIABLE"
description = "UPDATE THE DESCRIPTION VARIABLE"
```

`5.` Run the script using:
```bash
python RobloxProfileDescriptionUpdater.py
```