Skip to content

paulocoliveira/python-url-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't forget to give a ⭐ to make the project popular.

❓ What is this Repository about?

  • This repo contains example code of How to Decode URLs in Python - Complete Python URL Decode Tutorial, including a sample using urllib, a sample using requests, and a Python Selenium sample running on LambdaTest Cloud platform.
  • This project uses Pytest framework to run the tests.

❓ More about How to Decode URLs in Python - Complete Python URL Decode Tutorial...

TBD

Running the Code

To run any of the basic scripts from command line use the following command in the correct folder:

python script-name.py

Running the Cloud Grid Sample

By default, the test would be running on LambdaTest Platform on Chrome Browser, and on Windows 11.

As a prerequisite for this code, you need:

  1. Download and Install Python

  2. Download and Install Visual Studio Code

  3. Open the project in Visual Studio Code

  4. Install pytest, and Selenium WebDriver libraries

pip install -r requirements.txt
  1. In order to run this cloud grid sample, please run the command below in the project folder:
pytest -s

✍️ Blog Link

🧬 Need Assistance?

💭 Checkout the blogs related to Testing on LambdaTest blog.

About

LambdaTest Blog Article: How to Decode URLs in Python - Complete Python URL Decode Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages