selenium3+firefox+python3(都是最新版)打开不信任站点显示空白 刷新后让重新添加信任
#!/usr/bin/envpython#-*-coding:utf-8-*-importosimportsysfromseleniumimportwebdriverpr...
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
from selenium import webdriver
profile = webdriver.FirefoxProfile('C:\\Users\\admin\\Desktop\\selenium_test')
brower = webdriver.Firefox(profile)
使用指定的的profile(手动打开是能够打开网站的,也将网站添加为了信任站点)
但是用selenium打开后,能打开网站,显示的是空白页,手动刷新后,提示需要重新添加信任
,手动添加的时候是没法确认添加(点击添加无效) 展开
# -*- coding: utf-8 -*-
import os
import sys
from selenium import webdriver
profile = webdriver.FirefoxProfile('C:\\Users\\admin\\Desktop\\selenium_test')
brower = webdriver.Firefox(profile)
使用指定的的profile(手动打开是能够打开网站的,也将网站添加为了信任站点)
但是用selenium打开后,能打开网站,显示的是空白页,手动刷新后,提示需要重新添加信任
,手动添加的时候是没法确认添加(点击添加无效) 展开
1个回答
展开全部
扩展的问题或者配置文件夹本身有错误,两个原因排查一下,扩展问题尝试使用安全模式操作,如果安全模式下正常,基本可以确定是扩展原因,具体是哪一个,分批禁用排查。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询