org.jbehave.web.selenium.GroovyWebDriverPage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbehave-web-selenium Show documentation
Show all versions of jbehave-web-selenium Show documentation
Selenium and WebDriver API bindings for JBehave
package org.jbehave.web.selenium;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class GroovyWebDriverPage
extends org.jbehave.web.selenium.WebDriverPage implements
groovy.lang.GroovyObject {
public GroovyWebDriverPage
(org.jbehave.web.selenium.WebDriverProvider driverProvider) {
super ((org.jbehave.web.selenium.WebDriverProvider)null);
}
public java.lang.Object waitFor(int timeout, int retry, groovy.lang.Closure block) { return null;}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public java.lang.Object waitFor(int timeout, int retry, java.lang.Class extends java.lang.RuntimeException>[] ignoreThese, groovy.lang.Closure block) { return null;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy