- GebAssertionError - 类 geb.error 中的类
- GebAssertionError(java.lang.Object, java.lang.Throwable) - 类 GebAssertionError 中的构造函数
-
- GebException - 类 geb.error 中的类
- GebException(java.lang.Throwable) - 类 GebException 中的构造函数
-
- GebExtension - 类 geb.spock 中的类
- GebExtension() - 类 GebExtension 中的构造函数
-
- GebReportingSpec - 类 geb.spock 中的类
- GebReportingSpec() - 类 GebReportingSpec 中的构造函数
-
- GebReportingTest - 类 geb.testng 中的类
- GebReportingTest() - 类 GebReportingTest 中的构造函数
-
- GebSpec - 类 geb.spock 中的类
- GebSpec() - 类 GebSpec 中的构造函数
-
- GebTest - 类 geb.testng 中的类
- GebTest() - 类 GebTest 中的构造函数
-
- GebTestListener - 类 geb.testng 中的类
- GebTestListener() - 类 GebTestListener 中的构造函数
-
- GebTestManager - 类 geb.test 中的类
此实现假定至少从 beforeTest
到 afterTest
为一个测试执行保留一个线程,并且 beforeTestClass
和 afterTestClass
在同一线程上调用,即使该线程中间执行了一些测试。
- GebTestManager(Supplier<Browser>, Predicate<Class<?>>, boolean) - 类 GebTestManager 中的构造函数
-
- GebTestManagerBuilder - 类 geb.test 中的类
- GebTestManagerBuilder() - 类 GebTestManagerBuilder 中的构造函数
-
- GebTestManagerClassRule - 类 geb.junit4 中的类
- gebTestManagerClassRule - 类 GebTest 中的字段
-
- GebTestManagerClassRule() - 类 GebTestManagerClassRule 中的构造函数
-
- GebTestManagerExtension - 类 geb.junit5 中的类
- GebTestManagerExtension() - 类 GebTestManagerExtension 中的构造函数
-
- GebTestManagerRule - 类 geb.junit4 中的类
- gebTestManagerRule - 类 GebTest 中的字段
-
- GebTestManagerRule() - 类 GebTestManagerRule 中的构造函数
-
- GebTestUtil - 类 geb.junit 中的类
- GebTestUtil() - 类 GebTestUtil 中的构造函数
-
- get(java.lang.Object) - 类 PageContentTemplate 中的方法
-
- getAt(java.util.Collection) - 类 DefaultNavigator 中的方法
-
- getAt(java.lang.String) - 类 LocalStorage 中的方法
-
- getAt(java.util.Collection) - 接口 Navigator 中的方法
-
获取给定索引处的封装元素。
- getAt(java.lang.String) - 类 SessionStorage 中的方法
-
- getAt(java.lang.String) - 接口 WebStorage 中的方法
-
返回存储中给定 key
下存储的值。
- getAtCheckWaiting() - 类 Configuration 中的方法
-
- getAttribute(java.lang.Object, java.lang.String) - 类 AttributeAccessingMetaClass 中的方法
-
- getAttribute(java.lang.String) - 类 DefaultNavigator 中的方法
-
- getAttribute(java.lang.String) - 接口 Navigator 中的方法
-
返回唯一上下文元素的给定属性值,对于空导航器返回 null。
- getAttributes(java.lang.String) - 类 RadioButtons 中的方法
-
- getAtVerificationResult(boolean) - 类 Page 中的方法
-
执行此页面的“at 检查器”,并捕获结果,同时封装任何可能已抛出的 AssertionError。
- getAugmentedDriver(org.openqa.selenium.WebDriver) - 类 RemoteDriverOperations 中的方法
-
如果驱动程序是远程驱动程序,将返回一个代理,该代理实现了远程端实际驱动程序的特性接口。
- getAvailableWindows() - 类 Browser 中的方法
-
检索所有可用窗口
- getBase() - 类 BrowserBackedNavigatorFactory 中的方法
-
- getBase() - 接口 NavigatorFactory 中的方法
-
此工厂的基本导航器。
- getBaseNavigatorWaiting() - 类 Configuration 中的方法
-
- getBaseUrl() - 类 Browser 中的方法
-
所有相对 URL 解析的基础 URL。
- getBaseUrl() - 接口 BuildAdapter 中的方法
-
提供在未配置值时使用的默认 baseUrl。
- getBaseUrl() - 类 Configuration 中的方法
-
- getBaseUrl() - 类 SystemPropertiesBuildAdapter 中的方法
-
返回系统属性 geb.build.baseUrl
。
- getBaseXPathExpression() - 类 BrowserBackedNavigatorFactory 中的方法
-
- getBrowser() - 类 AbstractNavigatorFactory 中的方法
-
- getBrowser() - 类 GebTestManager 中的方法
-
- getBrowser() - 类 Page 中的方法
-
页面连接到的浏览器。
- getBrowser() - 类 TemplateDerivedPageContent 中的方法
-
- getBuildAdapter(java.lang.ClassLoader) - 类 BuildAdapterFactory 中的方法
-
要使用的构建适配器。
- getChecked() - 类 RadioButtons 中的方法
-
- getCheckedElement() - 类 RadioButtons 中的方法
-
- getCheckedLabel() - 类 RadioButtons 中的方法
-
- getClassLoaderToUse() - 类 SelectFactory 中的方法
-
- getColor() - 类 ColorInput 中的方法
-
- getConf(java.lang.Class, groovy.lang.GroovyClassLoader) - 类 ConfigurationLoader 中的方法
-
创建一个由给定类支持的配置。
- getConfFromClass(java.lang.String) - 类 ConfigurationLoader 中的方法
-
- getConfig() - 类 Browser 中的方法
-
提供对与此浏览器关联的配置对象的访问。
- getConfig() - 类 PageContentTemplate 中的方法
-
- getConstantValueOfType(org.codehaus.groovy.ast.expr.Expression, java.lang.Class) - 类 ImplicitAssertionsTransformationVisitor 中的方法
-
- getContent(java.lang.String, java.lang.Object) - 类 DefaultPageContentSupport 中的方法
-
- getContent(java.lang.String, java.lang.Object) - 接口 PageContentSupport 中的方法
-
- getContent(java.lang.String, java.lang.Object) - 类 UninitializedPageContentSupport 中的方法
-
- getContentNames() - 类 DefaultPageContentSupport 中的方法
-
- getContentNames() - 接口 PageContentSupport 中的方法
-
- getContentNames() - 类 UninitializedPageContentSupport 中的方法
-
- getContentPath() - 类 Module 中的方法
-
- getContentPath() - 类 Page 中的方法
-
- getContentPath() - 接口 PageContentContainer 中的方法
-
- getContentPath() - 类 TemplateDerivedPageContent 中的方法
-
- getCurrentUrl() - 类 Browser 中的方法
-
检索当前 URL
- getCurrentWindow() - 类 Browser 中的方法
-
检索当前窗口
- getDate() - 类 DateInput 中的方法
-
- getDateTime() - 类 DateTimeLocalInput 中的方法
-
- getDefaultConf() - 类 ConfigurationLoader 中的方法
-
此方法的结果在没有配置脚本或类时用作默认配置。
- getDefaultConfigClassName() - 类 ConfigurationLoader 中的方法
-
此实现返回 "GebConfig"
- getDefaultConfigScriptResourcePath() - 类 ConfigurationLoader 中的方法
-
此实现返回 "GebConfig.groovy"
- getDefaultEnvironment() - 类 ConfigurationLoader 中的方法
-
此实现返回 System.properties["geb.env"]
- getDefaultProperties() - 类 ConfigurationLoader 中的方法
-
此实现返回 System.properties
- getDefaultSpecialClassLoader() - 类 ConfigurationLoader 中的方法
-
此实现返回一个新的
GroovyClassLoader,它使用
Thread.currentThread ( ) .contextClassLoader
作为父类加载器。
- getDefaultWait() - 类 Configuration 中的方法
-
- getDefaultWaitRetryInterval() - 类 Configuration 中的方法
-
用于等待的默认 retryInterval
值(即如果未指定)。
- getDefaultWaitTimeout() - 类 Configuration 中的方法
-
用于等待的默认 timeout
值(即如果未指定)。
- getDownloadConfig() - 类 Configuration 中的方法
-
返回在使用下载支持时在用户提供的配置闭包之前应用的默认配置闭包。
- getDriver() - 类 Browser 中的方法
-
用于自动化实际浏览器的驱动程序实现。
- getDriver() - 类 CachingDriverFactory 中的方法
-
- getDriver() - 类 CallbackDriverFactory 中的方法
-
- getDriver() - 类 Configuration 中的方法
-
- getDriver() - 接口 DriverFactory 中的方法
-
- getDriver() - 类 NameBasedDriverFactory 中的方法
-
- getDriver() - 类 Page 中的方法
-
页面连接到的浏览器的驱动程序。
- getDriver() - 类 TemplateDerivedPageContent 中的方法
-
- getDriverConf() - 类 Configuration 中的方法
-
返回驱动程序的配置值。
- getDriverFactory(java.lang.Object) - 类 Configuration 中的方法
-
- getElement(int) - 类 DefaultNavigator 中的方法
-
- getElements(java.util.Collection) - 类 DefaultNavigator 中的方法
-
- getErrorMessage() - 类 SelectFactory 中的方法
-
- getFile(java.io.File, java.lang.String, java.lang.String) - 类 ReporterSupport 中的方法
-
获取目录中具有给定名称和扩展名的对象的 文件引用。
- getHasOwner() - 类 Module 中的方法
-
- getHeight() - 类 DefaultNavigator 中的方法
-
- getHeight() - 接口 Navigator 中的方法
-
返回导航器匹配的唯一元素的高度,如果不匹配任何元素则返回 0。
- getIncludeCauseInWaitTimeoutExceptionMessage() - 类 Configuration 中的方法
-
返回配置路径 waiting.includeCauseInMessage
的值,如果没有则返回 false
。
- getInitializedNavigator() - 类 Module 中的方法
-
- getInnerNavigatorFactory() - 类 Configuration 中的方法
-
返回内部导航工厂,它将 WebElements 转换为 Navigators。
- getInputType() - 类 AbstractInput 中的方法
-
- getInputValue(org.openqa.selenium.WebElement) - 类 DefaultNavigator 中的方法
-
- getInputValues(Collection<WebElement>) - 类 DefaultNavigator 中的方法
-
- getJquery() - 类 DefaultNavigator 中的方法
-
- getJquery() - 接口 Navigator 中的方法
-
返回一个适配器,用于在此导航器中的元素上调用 jQuery 方法。
- getJs() - 类 Browser 中的方法
-
返回一个新创建的连接到此浏览器的 javascript 接口。
- getJs() - 类 Module 中的方法
-
- getJs() - 类 Page 中的方法
-
提供对浏览器对象的 JavaScript 接口的访问。
- getKnownDriverClassNamesInPreferenceOrder() - 类 DriverRegistry 中的方法
-
- getLocalStorage() - 类 Browser 中的方法
-
返回一个允许访问和操作本地存储的对象。
- getLocator() - 类 NavigatorBackedNavigatorFactory 中的方法
-
- getLocator() - 接口 NavigatorFactory 中的方法
-
用于此工厂的所有内容查找的定位器。
- getManager(org.spockframework.runtime.extension.IMethodInvocation) - 类 GebExtension 中的方法
-
- getMax() - 类 MonthInput 中的方法
-
- getMax() - 类 NumberLikeInput 中的方法
-
- getMax() - 类 TimeInput 中的方法
-
- getMax() - 类 WeekInput 中的方法
-
- getMin() - 类 MonthInput 中的方法
-
- getMin() - 类 NumberLikeInput 中的方法
-
- getMin() - 类 TimeInput 中的方法
-
- getMin() - 类 WeekInput 中的方法
-
- getMonth() - 类 MonthInput 中的方法
-
- getNavigator() - 类 DefaultPageContentSupport 中的方法
-
- getNavigator() - 接口 PageContentSupport 中的方法
-
- getNavigator() - 类 UninitializedPageContentSupport 中的方法
-
- getNavigatorEventListener() - 类 Configuration 中的方法
-
- getNavigatorFactory() - 类 Browser 中的方法
-
返回为该浏览器创建导航器实例的工厂。
- getNumber() - 类 NumberLikeInput 中的方法
-
- getOptionalRemoteWebDriverClass() - 类 RemoteDriverOperations 中的方法
-
- getOwner() - 类 DefaultPageContentSupport 中的方法
-
- getOwner() - 接口 PageContentSupport 中的方法
-
- getOwner() - 类 UninitializedPageContentSupport 中的方法
-
- getPage() - 类 Browser 中的方法
-
提供对当前页面对象的访问。
- getPageEventListener() - 类 Configuration 中的方法
-
- getPageFragment() - 类 Page 中的方法
-
返回此页面的 URL 片段部分。
- getPageLevelAtCheckWaiting() - 类 Page 中的方法
-
- getPageSource(geb.Browser) - 类 PageSourceReporter 中的方法
-
- getPageSourceFileExtension(geb.Browser) - 类 PageSourceReporter 中的方法
-
在这里,如果需要,可以更智能地计算扩展名
- getPageUrl(java.lang.String) - 类 Page 中的方法
-
返回此页面的 URL,路径附加到其中。
- getPotentialDriverClassNames() - 类 NameBasedDriverFactory 中的方法
-
- getReporter() - 类 Configuration 中的方法
-
返回用于拍摄浏览器状态快照的报告器实现。
- getReportFile(geb.report.ReportState) - 类 PageSourceReporter 中的方法
-
- getReportGroupDir() - 类 Browser 中的方法
-
- getReportingListener() - 类 Configuration 中的方法
-
- getReportsDir() - 接口 BuildAdapter 中的方法
-
提供写入报告文件的默认位置。
- getReportsDir() - 类 Configuration 中的方法
-
- getReportsDir() - 类 SystemPropertiesBuildAdapter 中的方法
-
返回一个由系统属性
geb.build.reportsDir
构造的
File,如果未设置则返回
null
。
- getRequirePageAtCheckers() - 类 Configuration 中的方法
-
当执行隐式“at 检查”且被检查页面未定义“at 检查”时,是否抛出异常。
- getRootContainer() - 类 Module 中的方法
-
- getRootContainer() - 类 Page 中的方法
-
- getRootContainer() - 接口 PageContentContainer 中的方法
-
- getRootContainer() - 类 TemplateDerivedPageContent 中的方法
-
- getSelected() - 类 MultipleSelect 中的方法
-
- getSelected() - 类 Select 中的方法
-
- getSelectedText() - 类 MultipleSelect 中的方法
-
- getSelectedText() - 类 Select 中的方法
-
- getSessionStorage() - 类 Browser 中的方法
-
返回一个允许访问和操作会话存储的对象。
- getShouldVerifyAtImplicitly() - 类 Page 中的方法
-
- getSourceUnit() - 类 ImplicitAssertionsTransformationVisitor 中的方法
-
- getStep() - 类 MonthInput 中的方法
-
- getStep() - 类 NumberLikeInput 中的方法
-
- getStep() - 类 TimeInput 中的方法
-
- getStep() - 类 WeekInput 中的方法
-
- getStringRepresentation() - 类 DefaultNavigator 中的方法
-
- getStringRepresentation() - 类 Module 中的方法
-
- getStringRepresentation() - 接口 Navigator 中的方法
-
提供要从 toString()
返回的文本,以及如果此导航器支持模板派生内容元素,则用作 toString()
返回值一部分的文本。
- getStringRepresentation() - 接口 StringRepresentationProvider 中的方法
-
- getStringRepresentation() - 类 TemplateDerivedContentStringRepresentationProvider 中的方法
-
- getTemplateOptions() - 类 Configuration 中的方法
-
返回内容 DSL 模板选项中某些选项的默认值。
- getTemplateParams() - 类 TemplateDerivedPageContent 中的方法
-
- getTestManager() - 类 GebReportingSpec 中的方法
-
- getTestManager() - 类 GebReportingTest 中的方法
-
- getTestManager() - 类 GebSpec 中的方法
-
- getTestManager() - 类 GebTest 中的方法
-
- getTestManager(Class<?>) - 类 GebTestUtil 中的方法
-
- getTestManager() - 接口 ManagedGebTest 中的方法
-
- getText() - 类 Textarea 中的方法
-
- getText() - 类 TextLikeInput 中的方法
-
- getTime() - 类 TimeInput 中的方法
-
- getTitle() - 类 Page 中的方法
-
返回当前浏览器窗口的标题。
- getUnexpectedPageMessage() - 类 UnexpectedPage 中的方法
-
- getUnexpectedPages() - 类 Configuration 中的方法
-
- getValue(org.openqa.selenium.WebElement) - 类 DefaultNavigator 中的方法
-
- getWait(java.lang.Number) - 类 Configuration 中的方法
-
- getWaitForParam(java.lang.Object) - 类 Configuration 中的方法
-
- getWaitPreset(java.lang.String) - 类 Configuration 中的方法
-
- getWeek() - 类 WeekInput 中的方法
-
- getWidth() - 类 DefaultNavigator 中的方法
-
- getWidth() - 接口 Navigator 中的方法
-
返回导航器匹配的唯一元素的宽度,如果不匹配任何元素则返回 0。
- getWithNewWindowConfig() - 类 Configuration 中的方法
-
- getWithWindowConfig() - 类 Configuration 中的方法
-
- getX() - 类 DefaultNavigator 中的方法
-
- getX() - 接口 Navigator 中的方法
-
返回导航器匹配的唯一元素的 x 坐标(从左上角起),如果不匹配任何元素则返回 0。
- getY() - 类 DefaultNavigator 中的方法
-
- getY() - 接口 Navigator 中的方法
-
返回导航器匹配的唯一元素的 y 坐标(从左上角起),如果不匹配任何元素则返回 0。
- global(geb.driver.DriverFactory, boolean) - 类 CachingDriverFactory 中的方法
-
- go(java.util.Map, java.lang.String, geb.url.UrlFragment) - 类 Browser 中的方法
-
将浏览器发送到具有给定查询参数和片段的给定 URL。