0

在浏览 Selenium WebDriver 的 Ruby 文档时: //selenium.googlecode.com/svn/trunk/docs/api/rb/Selenium/WebDriver/TargetLocator.html#active_element-instance_method

我遇到了获取活动元素的方法 active_element 。但是我不明白活性元素是什么意思?有人可以解释一下吗?

4

1 回答 1

1

不知道为什么它不在 Ruby 文档中,但在 C# 和 Java 的文档中是如何active element定义的。来源在这里

the element that currently has the focus, or the body element if no element with focus can be detected.

Java源进一步说

This matches the semantics of calling "document.activeElement" in Javascript.
于 2013-05-29T07:19:37.390 回答