Requests Package Integration
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.