Skip to content

Requests Package Integration

Compare
Choose a tag to compare
@jsonvillanueva jsonvillanueva released this 08 Jan 20:25
· 7 commits to main since this release

Improvements:

  • Requests module loads page more quickly as images aren't downloaded, only the HTML DOM.

Bug Fixes:

  • Fixes some issues with TimeoutExceptions using Selenium by doing page refreshing with the Request package instead.
  • Fixes issue with loading multiple tabs/windows when searching for more than 1 item.