Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.framework
Interface PageExtensions


public interface PageExtensions

JavaScript extension that can be installed into tested page.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 void install()
          Installs the page extension into page
 boolean isInstalled()
          Returns true if the page extension is already installed
 void loadFromResources(List<String> resourceNames)
          Loads the page extension from the resources listed in list
 

Method Detail

loadFromResources

void loadFromResources(List<String> resourceNames)
Loads the page extension from the resources listed in list

Parameters:
resourceNames - the list of resource names to load as page extension

isInstalled

boolean isInstalled()
Returns true if the page extension is already installed

Returns:
true if the page extension is already installed

install

void install()
Installs the page extension into page


Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.