Skip to content

Releases: ApprenticeofEnder/Selenium-Oxide

Version 1.2.1

18 Aug 19:41
Compare
Choose a tag to compare
  • Added SSL workarounds for Chrome and Firefox (untrusted certs from Burp Suite proxy weren't letting tests go through)

Version 1.2.0

28 Jul 20:31
Compare
Choose a tag to compare

Added:

  • API interface for non-browser requests with Python Requests module (cookie sharing, proxy use, etc.)
  • User generation with Faker
  • JavaScript execution wrappers
  • Lots of Documentation updates

Version 1.1.1

23 Jul 01:42
Compare
Choose a tag to compare

Patches:

  • Fix login to use type_entry instead of mistaken type() function

Version 1.1.0

23 Jul 01:07
Compare
Choose a tag to compare

New Features:

  • Alert Waiting
  • Arbitrary selector support
  • Chrome support

Version 1.0.0

12 May 14:07
4d1529a
Compare
Choose a tag to compare

The first official release of Selenium Oxide!

Features:

  • Selection based on HTML IDs and CSS Classes
  • Typing, clicking, and enter simulation
  • Cookie manipulation
  • Proxy integration
  • Stealth mode (wait when typing)
  • Content extraction