All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jbehave.web.selenium.GroovyFluentWebDriverPage Maven / Gradle / Ivy

There is a newer version: 4.0-beta-1
Show newest version
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 GroovyFluentWebDriverPage
  extends org.jbehave.web.selenium.FluentWebDriverPage  implements
    groovy.lang.GroovyObject {
public GroovyFluentWebDriverPage
(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[] ignoreThese, groovy.lang.Closure block) { return null;}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy