firefox插件screengrap +python autoit+selenium实现整个网页的长截图功能

本文介绍了如何结合Python、AutoIt和Firefox插件Screengrap实现整个网页的长截图功能。首先确保安装了相应库和Firefox 45.0版本,然后通过Python的selenium和AutoIt进行网页操作,激活Firefox窗口,模拟Ctrl+Shift+A快捷键触发截图,保存截图并关闭窗口。最后,释放按键避免影响后续操作。
摘要由CSDN通过智能技术生成

笔记:本人用的是python3.6.6 32位的版本,安装成功了pyautoit库及autoit库
本人的firefox版本为45.0可以安装firebug、fire path、及screengrap插件
直接代码如下:
import autoit
import unittest
import time
import sys
from datetime import datetime

from actions import Actions
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver import ActionChains
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC

sys.path.append(‘D:\jftest1_CG\test1’)
class Test_Newyyy_pctz_shfk (unittest.TestCase):
def test_pcLogin(self):
fp = webdriver.FirefoxProfile(r"C:\Users\mhf\AppData\Roaming\Mozilla\Firefox\Profiles\cv6txwo2.default")
driver = webdriver.Firefox(fp)
# driver &#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值