简体   繁体   English

为什么Windows机器上的FireFox远程Web驱动程序没有头?

[英]Why FireFox remote web driver is headless on a windows machine?

I am running selenium grid and both server and nodes are win server 2008 (I also tried running nodes on Win 7 in case it matters). 我正在运行Selenium网格,并且服务器和节点都是Win Server 2008(我还尝试在Win 7上运行节点,以防万一。) Tests run fine except that when I remote desktop to my nodes I cannot see any Firefox window. 测试运行正常,但当我将桌面远程连接到节点时,看不到任何Firefox窗口。 I can see the Firefox process running in task manger but I cannot see the window itself. 我可以看到Firefox进程在任务管理器中运行,但是看不到窗口本身。 It seems like they are running as a headless browser. 似乎它们正在以无头浏览器的形式运行。 Is there any way to avoid that so I can see tests running? 有什么办法可以避免这种情况,以便我可以看到测试正在运行?

I am using .net library with FF26.0 and Selenium Server 2.39.0 我在FF26.0和Selenium Server 2.39.0中使用.net库

尝试将FF降级到25.0版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firefox Headless 在无头 redhat linux 机器上崩溃 - Firefox headless crashing on headless redhat linux machine Selenium Web驱动程序| Java | 无法在Firefox浏览器窗口之间切换 - Selenium web driver | java | unable to switch between firefox browser windows 为什么 Selenium 总是使用 Web 驱动程序创建临时的 Firefox 配置文件? - Why Selenium always create temporary Firefox Profiles using Web Driver? Selenium在Windows中运行无头Firefox浏览器 - Selenium running headless Firefox browser in Windows 在Jenkins(Windows OS)上运行无头Firefox WebDriver - Running headless Firefox WebDriver on Jenkins (Windows OS) Firefox Web 控制台是否可以在无头模式下访问? - Is the Firefox Web Console accessible in headless mode? Selenium Firefox Python 在无头模式下运行 初始化驱动程序超时 - Selenium Firefox Python running in headless mode Timeout on initializing driver Firefox的Selenium远程Web驱动程序无法连接-FF 26和Selenium Server 2.39 - Selenium's remote web driver for firefox cannot connect - FF 26 and Selenium Server 2.39 使用Firefox驱动程序在Ubuntu LTS上运行无头Webdriver测试 - Running Headless Webdriver Tests on Ubuntu LTS using Firefox driver Selenium将Firefox配置文件包含到远程驱动程序的DesiredCapabilities中 - Selenium include firefox profile into DesiredCapabilities for Remote Driver
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM