Class | Description |
---|---|
DocumentClickCapture |
Used to intercept mouseup, mousedown, and click events at the DOM document level in order to allow
clicks on the document that will NOT invoke the application's event handlers.
|
GridInfoExtractor | |
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 |
JavaScriptFunctions |
This class is for Temporary usage.
|
JavaScriptFunctions.DOJO |
Define javascript functions related to DOJO.
History: Jan 21, 2014 (Lei Wang) Initial release. |
JavaScriptFunctions.GENERIC | |
JavaScriptFunctions.SAP | |
MouseEvent | |
SeleniumServerRMIInjector |
This class is used to provide our RMI support into a SeleniumServer process.
|
SeleniumServerRunner |
This class is used to provide a special Java console for the Selenium Server (standalone, hub, node) process.
|
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. |
Exception | Description |
---|---|
JSException |
History:
NOV 27, 2014 (Lei Wang) Initial release. |
Copyright © SAS Institute. All Rights Reserved.