Groovy Documentation

geb.frame
[Groovy] Class FrameSupport

java.lang.Object
  geb.frame.FrameSupport

class FrameSupport
extends Object

Property Summary
Browser browser

 
Constructor Summary
FrameSupport(Browser browser)

 
Method Summary
def withFrame(def frame, Closure block)

def withFrame(Navigator frame, Closure block)

def withFrame(SimplePageContent frame, Closure block)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

browser

Browser browser


 
Constructor Detail

FrameSupport

FrameSupport(Browser browser)


 
Method Detail

withFrame

def withFrame(def frame, Closure block)


withFrame

def withFrame(Navigator frame, Closure block)


withFrame

def withFrame(SimplePageContent frame, Closure block)


 

Groovy API Documentation for geb-core 0.6.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org