|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrapheneSelenium
Extension for TypedSelenium extended by methods in ExtendedTypedSelenium.
Internally using CommandInterceptorProxy to add aspects to commands.
| Method Summary | |
|---|---|
GrapheneSelenium |
clone()
Returns the clone of AjaxSelenium pointing to the same Selenium session but with cloned configuration objects (PageExtensions, SeleniumExtensions, RequestGuard and CommandInterceptionProxy). |
CommandInterceptorProxy |
getCommandInterceptionProxy()
Returns associated command interception proxy |
PageExtensions |
getPageExtensions()
Gets a PageExtensions object. |
RequestGuard |
getRequestGuard()
Returns the RequestInterceptor object |
SeleniumExtensions |
getSeleniumExtensions()
Returns a SeleniumExtensions object. |
void |
restartBrowser()
Simulates restart of browser in order to be able get unpolluted browser session. |
| Methods inherited from interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium |
|---|
belongsClass, check, doCommand, getCount, getStyle, isAttributePresent, isStarted, mouseOutAt, mouseOverAt, scrollIntoView |
| Method Detail |
|---|
PageExtensions getPageExtensions()
Gets a PageExtensions object.
PageExtensions represents the JavaScript extensions on the tested page.
SeleniumExtensions getSeleniumExtensions()
Returns a SeleniumExtensions object.
SeleniumExtensions can be used in Selenium Test Runner to extend Selenium functionality.
RequestGuard getRequestGuard()
Returns the RequestInterceptor object
RequestInterceptor
CommandInterceptorProxy getCommandInterceptionProxy()
void restartBrowser()
Simulates restart of browser in order to be able get unpolluted browser session.
When running in mode that reuses browser session, it will only delete all cookies.
GrapheneSelenium clone()
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||