You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
第一步:调用webdriver获取http://www.aaa.com加载的js和no_js url
Traceback (most recent call last):
File "/root/Desktop/ChkApi_0x727-master/ChkApi.py", line 570, in
main()
File "/root/Desktop/ChkApi_0x727-master/ChkApi.py", line 563, in main
run_url(url, cookies, chrome, attackType, noApiScan)
File "/root/Desktop/ChkApi_0x727-master/ChkApi.py", line 295, in run_url
all_load_url = webdriverFind(url, cookies)
File "/root/Desktop/ChkApi_0x727-master/plugins/webdriverFind.py", line 91, in webdriverFind
driver = create_webdriver(cookies)
File "/root/Desktop/ChkApi_0x727-master/plugins/webdriverFind.py", line 29, in create_webdriver
options.set_capability('goog:loggingPrefs', {'performance': 'ALL'})
AttributeError: 'Options' object has no attribute 'set_capability'
The text was updated successfully, but these errors were encountered:
第一步:调用webdriver获取http://www.aaa.com加载的js和no_js url
Traceback (most recent call last):
File "/root/Desktop/ChkApi_0x727-master/ChkApi.py", line 570, in
main()
File "/root/Desktop/ChkApi_0x727-master/ChkApi.py", line 563, in main
run_url(url, cookies, chrome, attackType, noApiScan)
File "/root/Desktop/ChkApi_0x727-master/ChkApi.py", line 295, in run_url
all_load_url = webdriverFind(url, cookies)
File "/root/Desktop/ChkApi_0x727-master/plugins/webdriverFind.py", line 91, in webdriverFind
driver = create_webdriver(cookies)
File "/root/Desktop/ChkApi_0x727-master/plugins/webdriverFind.py", line 29, in create_webdriver
options.set_capability('goog:loggingPrefs', {'performance': 'ALL'})
AttributeError: 'Options' object has no attribute 'set_capability'
The text was updated successfully, but these errors were encountered: