-
Modal popup dialog window File select window Please find the below solution to handle the above scenarios 1. Ensure whether the Modal popup dialog window/Popup window is SAP modal dialog or Win32 modal dialogue Please find the below steps to find whether the Pop window is a Win32 modal dialog a.Application...
-
Please note that with Certify 8.5.1, there is a System Send Keys action that will work with any windows as well. Please see the online help for more information. To use the HTML Send key action, an object called "ActiveWindow" needs to be manually added to the HTML maps. Once the Active windows...
-
The SendKeys statement allows you to send one or more keyboard keystrokes to an object. The SendKeys statement syntax has these named arguments: Part Description string Required. String expression specifying the keystrokes to send. Wait Optional. Boolean value specifying the wait mode. If False (default...
-
Tab is {TAB} Enter is {ENTER} or ~ Alt is % Ctrl is ^ Shift is + Complete Send Keys documentation