| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
int | FRM_web_image_click(in table, in test, in object, in x, in y) A standard "wrapper" for web_image_click() function. |
int | FRM_web_link_click(in table, in test, in object) A standard "wrapper" for web_link_click() function. |
Method Detail |
public int 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).
public int 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).
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |