【问题标题】:Firebug in IE 8+IE 8+ 中的萤火虫
【发布时间】:2014-05-20 06:18:38
【问题描述】:

我想在 IE8 中自动使用 Selenium。我们有任何像 IE8 的 Firebug 这样的插件吗?

您能否帮助我了解如何在 IE 中找到 web 元素,就像我们在 firefox 中使用 firebug 一样?

我在网上搜索了支持 IE 的 firebug,我得到了 Firebug lite。不知道它是如何工作的。

【问题讨论】:

标签: internet-explorer selenium firebug


【解决方案1】:

Firebug 是为 Firefox 编写的,它不适用于 IE。有一个名为 Firebug Lite 的跨浏览器工具,其 UI 类似于 Firebug。

或者,您也可以使用内置的 IE 开发者工具:Inspect Element option for IE?

【讨论】:

    【解决方案2】:

    您不需要使用 Firebug。 IE 有自己的开发者栏可以使用。有关如何打开它的信息,请参阅此答案:

    https://stackoverflow.com/a/1306280/1861459

    以下是有关选择特定元素的更多信息:

    http://msdn.microsoft.com/en-us/library/dd565627(v=vs.85).aspx#selecting

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-05-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-30
      相关资源
      最近更新 更多