dharwood / trackspy

A python script using Selenium to visit webpages and see what tracking systems are present.
MIT License
0 stars 0 forks source link

Browser support #2

Open dharwood opened 11 years ago

dharwood commented 11 years ago

Firefox is my preferred browser, but plenty of people prefer using other browsers, some people don't have a choice as what to browser they use, and looking into how different trackers show up on different browsers might be a good idea.

Currently, Firefox is the only browser supported, so support needs to be added for

All of these have support in the official Selenium libraries, so adding them in shouldn't be too much harder than writing the original script for Firefox was.