[PR #1156] [CLOSED] add Requestium #1037

Closed
opened 2025-11-06 13:07:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1156
Author: @sp1thas
Created: 10/13/2018
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Requestium is a Python library that merges the power of Requests, Selenium, and Parsel into a single integrated tool for automatizing web actions.

The library was created for writing web automation scripts that are written using mostly Requests but that are able to seamlessly switch to Selenium for the JavaScript heavy parts of the website, while maintaining the session.

Requestium adds independent improvements to both Requests and Selenium, and every new feature is lazily evaluated, so its useful even if writing scripts that use only Requests or Selenium.

Features:

  • Enables switching between a Requests' Session and a Selenium webdriver while maintaining the current web session.
  • Integrates Parsel's parser into the library, making xpath, css, and regex much cleaner to write.
  • Improves Selenium's handling of dynamically loading elements.
  • Makes cookie handling more flexible in Selenium.
  • Makes clicking elements in Selenium more reliable.
  • Supports Chrome and PhantomJS.

What's the difference between this Python project and similar ones?

Combines two great modules: requests and selenium

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1156 **Author:** [@sp1thas](https://github.com/sp1thas) **Created:** 10/13/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`5cc0147`](https://github.com/vinta/awesome-python/commit/5cc014701f50d1b4a7d1f8adb8cefe6151d3abea) add parallel python - [`f6d7114`](https://github.com/vinta/awesome-python/commit/f6d711404bf4f11d936d8862a6ffdb3d061216eb) fix typos - [`c0f0f44`](https://github.com/vinta/awesome-python/commit/c0f0f442a0ad2dd16723a780d8598c4e344233d9) add requestium - [`f3bc82d`](https://github.com/vinta/awesome-python/commit/f3bc82dce000fbc089c2f14ae22fbd921e430fac) add requestium - [`265fdfa`](https://github.com/vinta/awesome-python/commit/265fdfaa7b25bc4654d0f8bcf2eec6f90f0f4788) Merge branch 'master' of github.com:sp1thas/awesome-python ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Requestium is a Python library that merges the power of Requests, Selenium, and Parsel into a single integrated tool for automatizing web actions. The library was created for writing web automation scripts that are written using mostly Requests but that are able to seamlessly switch to Selenium for the JavaScript heavy parts of the website, while maintaining the session. Requestium adds independent improvements to both Requests and Selenium, and every new feature is lazily evaluated, so its useful even if writing scripts that use only Requests or Selenium. **Features:** * Enables switching between a Requests' Session and a Selenium webdriver while maintaining the current web session. * Integrates Parsel's parser into the library, making xpath, css, and regex much cleaner to write. * Improves Selenium's handling of dynamically loading elements. * Makes cookie handling more flexible in Selenium. * Makes clicking elements in Selenium more reliable. * Supports Chrome and PhantomJS. ## What's the difference between this Python project and similar ones? Combines two great modules: requests and selenium -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:07:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1037