Reputation: 8985
When I use Selenium 2(Webdriver) with the Firefox driver, a Firefox extension is loaded into Firefox. I would like to see the source code of this Firefox extension and modify some things. I tried looking for the source code but was unable to find it. Is the source code available for download and modification?
Upvotes: 1
Views: 1168
Reputation: 9570
You want https://code.google.com/p/selenium/source/browse/javascript/firefox-driver/, which is the extension source.
Upvotes: 3
Reputation: 5667
You can find selenium source in below link.
https://code.google.com/p/selenium/source/checkout
As it is open source you can download it your machine & do custmizations.
Upvotes: 0