Uses of Interface
org.alfresco.webdrone.IWebDrone

Packages that use IWebDrone
org.alfresco.webdrone   
org.alfresco.webdrone.share   
 

Uses of IWebDrone in org.alfresco.webdrone
 

Classes in org.alfresco.webdrone that implement IWebDrone
 class WebDrone
          An Alfresco web browser simulator that uses Selenium WebDriver as a base with added helper methods that are specific to Alfresco site and version.
 

Methods in org.alfresco.webdrone with parameters of type IWebDrone
static HtmlPage WebDroneUtil.loginAs(IWebDrone drone, String url, String... userInfo)
           
static void WebDroneUtil.logout(IWebDrone drone)
          Logs user out, by using a restful approach.
 

Constructors in org.alfresco.webdrone with parameters of type IWebDrone
Page(IWebDrone drone)
           
 

Uses of IWebDrone in org.alfresco.webdrone.share
 

Constructors in org.alfresco.webdrone.share with parameters of type IWebDrone
LoginPage(IWebDrone drone)
          Constructor.
SharePage(IWebDrone drone)
           
 



Copyright © 2012. All Rights Reserved.