org.fluentlenium.core.action
Interface FluentDefaultActions<E>

All Known Implementing Classes:
FluentList, FluentWebElement

public interface FluentDefaultActions<E>

All actions that can be used on the list or on a web element


Method Summary
 E click()
           
 E submit()
           
 E text(String... text)
           
 

Method Detail

click

E click()

submit

E submit()

text

E text(String... text)


Copyright © 2012 AConsulting. All Rights Reserved.