Last active
December 14, 2015 17:29
Revisions
-
ascv revised this gist
Mar 9, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ from selenium import webdriver profile = webdriver.FirefoxProfile() profile.add_extension('JSErrorCollector.xpi') ff=webdriver.Firefox(profile) -
ascv renamed this gist
Mar 9, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ascv created this gist
Mar 9, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ from selenium import webdriver profile=webdriver.FirefoxProfile() profile.add_extension('JSErrorCollector.xpi') ff=webdriver.Firefox(profile) ff.get('http://www.somepage.com') ff.execute_script('return window.JSErrorCollector_errors.pump()')