Uses a remote source of elements instead of the local elements on the machine where SeqZap is run.
This tool provides an abstract interface that other tools can use to provide access to their source of elements. Almost any source of elements can be used as long as they are a tree of elements representing rectangles (X, Y, Width, Height) with various values used to identify the particular elements (names, types, text).
Any tool can be implemented, but SeqZap currently includes two tools which provide remote windows connection elements:
- The WebDriver tool which makes it possible to use automate webbrowsers using the Windows Automation tool.
- The Machine Automation tool which makes it possible to control applications running remotely on another machine/system over the Machine Automation protocol which is based on Sequanto Automation protocol.