org.jboss.test.selenium.framework.internal
Class PageExtensions

java.lang.Object
  extended by org.jboss.test.selenium.framework.internal.PageExtensions

public class PageExtensions
extends Object

Defines methods for installing JavaScript page extension to the target page.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
PageExtensions()
           
 
Method Summary
 void install()
          Install.
 boolean isInstalled()
          Checks if RichFacesSelenium is already installed
 void loadFromResources(List<String> resourceNames)
          Loads the page JS extensions from resources defined by list of resource names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageExtensions

public PageExtensions()
Method Detail

install

public void install()
Install.


isInstalled

public boolean isInstalled()
Checks if RichFacesSelenium is already installed

Returns:
true, if is installed

loadFromResources

public void loadFromResources(List<String> resourceNames)
Loads the page JS extensions from resources defined by list of resource names.

Parameters:
resourceNames - the list of full paths to resources


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.