Package | Description |
---|---|
org.safs.install | |
org.safs.selenium | |
org.safs.selenium.util | |
org.safs.selenium.webdriver.lib |
Class and Description |
---|
SePlusInstallInfo
This class holds the information related to the Selenium, Embedded Java, Library etc.
We provide support of Selenium Engine in both SAFS and SeleniumPlus. But the the file structure is different between SAFS and SeleniumPlus, this class intends to detect automatically which one has been installed and deduce the related appropriate resources to use. |
Class and Description |
---|
HtmlFrameComp
This class is used to store the Frame's information.
In SeleniumGUIUtilities, during the navigation of a xpath, if we meet a prefix frame xpath, we will create a HtmlFrameComp's instance and store it in a map, next time we meet navigate an other xpath starting by the same frame xpath, we don't need to navigate again, just reuse this one, to save time. If Frame's xpath is /HTML/FRAMESET/FRAMESET/FRAME, and its html source is <FRAME NAME="toc1" SRC="somelink.html" TARGET="toc2"> Assume that its parent's url is http://some.site.com This HtmlFrameComp will have following value for its fields: src = "http://some.site.com/somelink.html" locator = "name=toc1" fullXpath = "/HTML/FRAMESET/FRAMESET/FRAME" When navigate a xpath /HTML/FRAMESET/FRAMESET/FRAME/HTML/BODY/TABLE/TR/TD The field childXpath will contain /HTML/BODY/TABLE/TR/TD as value |
Class and Description |
---|
AbstractDriverUpdater |
BrowserDriverUpdater |
JSException
History:
NOV 27, 2014 (Lei Wang) Initial release. |
MouseEvent |
SePlusInstallInfo
This class holds the information related to the Selenium, Embedded Java, Library etc.
We provide support of Selenium Engine in both SAFS and SeleniumPlus. But the the file structure is different between SAFS and SeleniumPlus, this class intends to detect automatically which one has been installed and deduce the related appropriate resources to use. |
Version |
Class and Description |
---|
MouseEvent |
Copyright © SAS Institute. All Rights Reserved.