changeme
changeme copied to clipboard
Selenium PhantomJS driver is deprecated
Need to change out driver per warning message?
[21:02:32][http_get][_screenshot] Screenshotting http://127.0.0.1:8080/admin-console/login.seam
/tmp/python2/local/lib/python2.7/site-packages/selenium/webdriver/phantomjs/webdriver.py:49: UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead
warnings.warn('Selenium support for PhantomJS has been deprecated, please use headless '
is there some fast way to disable screenshoting (and error messages) to reduce scanning time? @ztgrace
I'll add disabling screenshots as an option in the future. But for now, you can change this line to pass
to disable it: https://github.com/ztgrace/changeme/blob/master/changeme/scanners/http_get.py#L110