|
FRM v1.4.2 |
||||||||
PREV SCRIPT NEXT SCRIPT | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | FUNCT | DETAIL: FIELD | CONSTR | FUNCT |
CompiledModule | +--emos_frm_web_lib
This library extends the functionality of EMOS_FRM_GUI_Lib with web functionality. It provides "wrappers" for most frequently used "web" functions such as web_image_click(), etc.
Function Summary | |
protected String |
FRM_GEN_web_image_click(in table,
in test,
in object)
|
protected String |
FRM_GEN_web_link_click(in table,
in test,
in object)
|
protected String |
FRM_SET_web_image_click(in table,
in test,
in object,
in x,
in y)
|
protected String |
FRM_SET_web_link_click(in table,
in test,
in object)
|
String |
FRM_web_image_click(in table,
in test,
in object,
in x,
in y)
A standard "wrapper" for web_image_click() function. |
String |
FRM_web_link_click(in table,
in test,
in object)
A standard "wrapper" for web_link_click() function. |
Function Detail |
public String FRM_web_image_click(in table, in test, in object, in x, in y)
FRM-GUI-TYPE: navigation (read-only)
TEST DATA FORMAT: String containing either Y/YES/ON (or german equivalent J/JA/ON) or the logical name of the image to be clicked.
SET-MODE: The function reads the value from the data table and uses it as a parameter to a native web_image_click() function according to aforementioned description.
CHK-MODE: Not supported for type: navigation! There is nothing to be checked with web_image_click(). Behaves the same as the SET-mode!
GEN-MODE: Not supported for type: navigation! Ignores the cell (i.e. skips the cell).
table
- (in) table nametest
- (in) test name (column)object
- (in) (optional) GUI-object where actions are to be performedx
- (in) (optional) x-coordinate relative to upper left cornery
- (in) (optional) y-coordinate relative to upper left corner
protected String FRM_SET_web_image_click(in table, in test, in object, in x, in y)
protected String FRM_GEN_web_image_click(in table, in test, in object)
public String FRM_web_link_click(in table, in test, in object)
FRM-GUI-TYPE: navigation (read-only)
TEST DATA FORMAT: String containing either Y/YES/ON (or german equivalent J/JA/ON) or the logical name of the link to be clicked.
SET-MODE: The function reads the value from the data table and uses it as a parameter to a native web_link_click() function according to aforementioned description.
CHK-MODE: Not supported for type: navigation! There is nothing to be checked with web_image_click(). Behaves the same as the SET-mode!
GEN-MODE: Not supported for type: navigation! Ignores the cell (i.e. skips the cell).
table
- (in) table nametest
- (in) test name (column)object
- (in) (optional) GUI-object where actions are to be performed
protected String FRM_SET_web_link_click(in table, in test, in object)
protected String FRM_GEN_web_link_click(in table, in test, in object)
|
FRM v1.4.2 |
||||||||
PREV SCRIPT NEXT SCRIPT | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | FUNCT | DETAIL: FIELD | CONSTR | FUNCT |