日志中的selenium webdriver ruby 警告消息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了日志中的selenium webdriver ruby 警告消息相关的知识,希望对你有一定的参考价值。
我使用ide记录了一些测试,然后将它们导出到ruby / rspec。当我运行它们时它们起作用,但是我收到很多警告。你能告诉我如何摆脱这个警告吗?
net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded
每当我尝试调用驱动程序查找元素时,我都会得到这个。
答案
我在2018年仍然遇到一些Selenium命令。解决方法:
module Selenium
module WebDriver
module Remote
module Http
class Common
ORIGINAL_DEFAULT_HEADERS = DEFAULT_HEADERS
remove_const :DEFAULT_HEADERS
DEFAULT_HEADERS = ORIGINAL_DEFAULT_HEADERS.merge( 'Content-Type' => 'application/x-www-form-urlencoded' ).freeze
end
end
end
end
end
以上是关于日志中的selenium webdriver ruby 警告消息的主要内容,如果未能解决你的问题,请参考以下文章
使用 Java 使用 Selenium WebDriver 捕获浏览器日志
使用selenium.webdriver.common.desired_capabilities获取浏览器日志
Selenium webdriver-获取性能日志-未知日期时间戳(12345.12345)