We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No description provided.
The text was updated successfully, but these errors were encountered:
您好,是这样的,这款程序开发的初衷是用于渗透测试或红队快速打点,很多网页都是比较长的,截取下来报表将难以阅读,且耗时会变长,如您有这方面的需求,您可以在eyeurl.py文件中的73行和74行之间插入如下代码,感谢您的建议~ width = driver.execute_script("return document.documentElement.scrollWidth") height = driver.execute_script("return document.documentElement.scrollHeight") #将浏览器的宽高设置成刚刚获取的宽高 driver.set_window_size(width, height)
width = driver.execute_script("return document.documentElement.scrollWidth") height = driver.execute_script("return document.documentElement.scrollHeight") #将浏览器的宽高设置成刚刚获取的宽高 driver.set_window_size(width, height)
Sorry, something went wrong.
谢谢您,问题已解决~
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: