Update Window

Verb: submitWindow

Updates a window with the information filled in the fields of other applications.

Syntax

submitWindow

Example

Updates the window by going to the SAP application's initial screen, if the success variable obtained previously in the search for the application window is "True".

defVar --name success --type Boolean
if --left "${success}" --operator "Is_True" --negate
// Back a Screen inside SAP
	keyboard --type "KeyDown" --key "F3"
	keyboard --type "KeyUp" --key "F3"
	goto --label homeScreen
endIf
submitWindow
The example above is an excerpt from an implemented script, so it is not an executable example, it is only illustrative.

Remarks

The Update Window command is meant to be used in conjunction with SAP applications.

See Also

  • Attach Window
  • Cancel Token Source
  • Clear Cache
  • Click
  • Click on Cell
  • Click on Menu
  • Click on Value
  • Close Window
  • Control Screenshot
  • Count Windows
  • Expand Tree
  • Find Window
  • Find Windows
  • Focus
  • Focus Window
  • Get Barcode
  • Get Bounds
  • Get Cell Value
  • Get Control
  • Get Image Grid
  • Get Interval
  • Get Options
  • Get Table
  • Get Table Information
  • Get Tree Nodes
  • Get Value
  • Handle Open File Dialog
  • Handle Save File Dialog
  • Launch and Attach Window
  • Launch or Attach Window
  • Launch SAP Application
  • Map Image Grid
  • Maximize or Minimize Window
  • Offset Value
  • SAP Transaction
  • Screenshot Window
  • Select Row
  • Select Tab
  • Set Execution Throttling
  • Set Grid Value
  • Set Value
  • Verify Enabled
  • Verify If Visible
  • Wait and Close Security Window
  • Wait Busy Window
  • Wait Control
  • Wait for Control to Enable
  • Wait for Window to Appear
  • Watch and Close Window
  • Watch and Select Client Certificate
  • Watch and Set Credentials in Browser