Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beeeegi/robloxprofiledescriptionupdater
- Owner: beeeegi
- Created: 2024-05-28T13:16:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T13:51:19.000Z (9 months ago)
- Last Synced: 2024-05-29T05:06:45.839Z (9 months ago)
- Topics: python, qa-automation, roblox, selenium, test-automation
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```