public interface SeleniumExtensions
| Modifier and Type | Method and Description |
|---|---|
void |
registerCustomHandlers()
Satisfies that Selenium detects extensions
|
void |
requireResource(String resourceName)
Checks for the required JavaScript resource whether is already loaded and if not, add it to test runner window
scripts
|
void |
requireResources(List<String> resourceNames)
Checks for each of the required JavaScript resources in list whether is already loaded and if not, add it to test
runner window scripts
|
void requireResource(String resourceName)
resourceName - the name of resource which is requiredvoid requireResources(List<String> resourceNames)
resourceNames - the list of resources which are requiredvoid registerCustomHandlers()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.