Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/testing/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Testing 自动化测试相关查询_Testing_Selenium Webdriver_Web Applications_Automation - Fatal编程技术网

Testing 自动化测试相关查询

Testing 自动化测试相关查询,testing,selenium-webdriver,web-applications,automation,Testing,Selenium Webdriver,Web Applications,Automation,在Eclipse中面临以下问题。附上日志。请帮忙提建议 149350582004 geckodriver信息监听127.0.0.1:32725 1493505852739 mozprofile::使用配置文件路径C:\Users\arora\AppData\Local\Temp\rust\u mozprofile.ameyoky6rps的配置文件信息 1493505852744 geckodriver::木偶信息启动浏览器C:\Program Files x86\Mozilla Firefox\

在Eclipse中面临以下问题。附上日志。请帮忙提建议 149350582004 geckodriver信息监听127.0.0.1:32725 1493505852739 mozprofile::使用配置文件路径C:\Users\arora\AppData\Local\Temp\rust\u mozprofile.ameyoky6rps的配置文件信息 1493505852744 geckodriver::木偶信息启动浏览器C:\Program Files x86\Mozilla Firefox\Firefox.exe,带args[] 1493505852744 geckodriver::连接到本地主机上的木偶的木偶信息:53292 IPDL协议错误:处理程序返回错误代码

!!! [Parent][DispatchAsyncMessage]错误:PLayerTransaction::Msg_ReleaseLayer处理错误:消息已反序列化,但处理程序返回false,指示失败 IPDL协议错误:处理程序返回错误代码

!!! [Parent][DispatchAsyncMessage]错误:PLayerTransaction::Msg_ReleaseLayer处理错误:消息已反序列化,但处理程序返回false,指示失败 [GPU 6784]警告:管道错误:109:文件c:/builds/moz2_slave/m-rel-w32-00000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc,第346行 149355857734在端口53292上侦听木偶信息 2017年4月29日下午3:44:18 org.openqa.selenium.remote.ProtocolHandshake createSession 信息:检测到的方言:W3C 线程主org.openqa.selenium.InvalidArgumentException中的异常:预期[object Undefined]Undefined为字符串 构建信息:版本:“3.3.1”,修订版:“5234b32”,时间:“2017-03-10 09:04:52-0800” 系统信息:主机:'SAGAR',ip:'192.168.1.3',os.name:'Windows 8.1',os.arch:'amd64',os.version:'6.3',java.version:'1.8.091' 驱动程序信息:org.openqa.selenium.firefox.FirefoxDriver 功能[{moz:profile=C:\Users\arora\AppData\Local\Temp\rust\u mozprofile.ameyoky6rps,rotatable=false,timeout={implicit=0,pageLoad=300000,script=30000},pageLoadStrategy=normal,platform=ANY,specificationLevel=0,moz:accessibilityChecks=false,AcceptSecureCerts=false,browserVersion=53.0,platformVersion=6.3,moz:processID=6264,browserName=firefox,platformName=windows\u nt}] 会话ID:f85ef783-51ac-4d6b-a228-6835999ae465 在sun.reflect.NativeConstructorAccessorImpl.newInstance0Native方法中 位于sun.reflect.NativeConstructorAccessorImpl.newInstanceNativeConstructorAccessorImpl.java:62 在sun.reflect.DelegatingConstructorAccessorImpl.newInstanceDelegatingConstructorAccessorImpl.java:45 位于java.lang.reflect.Constructor.newInstanceConstructor.java:423 位于org.openqa.selenium.remote.http.w3chttprosecodec.createexceptionw3chttprosecodec.java:133 位于org.openqa.selenium.remote.http.w3chttpreponsecodec.decodew3chttpreponsecodec.java:99 位于org.openqa.selenium.remote.http.w3chttp响应ecodec.decodew3chttp响应ecodec.java:43 位于org.openqa.selenium.remote.HttpCommandExecutor.executeHttpCommandExecutor.java:163 位于org.openqa.selenium.remote.service.DriverCommandExecutor.executeDriverCommandExecutor.java:82 位于org.openqa.selenium.remote.RemoteWebDriver.executeRemoteWebDriver.java:604 位于org.openqa.selenium.remote.RemoteWebElement.executeemotewebelement.java:274 位于org.openqa.selenium.remote.RemoteWebElement.sendKeysRemoteWebElement.java:98
在Gmail.mainGmail.java:25上,公然放置所有日志文件不会让你的生活更轻松。试着看看错误是怎么回事

通过快速搜索,我发现您为Mozilla 53.0版测试执行的sendKeys操作可能已中断。Gecko开发人员已经为此提交了一个bug——这是链接


而且,这似乎是4天前提出的同一个问题的重复-

壁虎河并不是对每一种硒都有效


您必须拥有最新版本的Selenium。

请提供以下详细信息:1。你的确切测试步骤是什么?2.什么对你有用?显示代码。你被困在哪里?4.提供相关的HTMLDOM。