|
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 SeleniumExtensions
JavaScript extensions to Selenium functionality (installed to test runner window).
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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()
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||