Oracle modules
The technology-specific module for Oracle performs specific tasks for the Oracle technology.
Oracle InputSearch
Steers InputSearch controls in your Oracle application.
Value |
Description |
---|---|
Search Box Value |
Value that Tosca Cloud enters into the InputSearch control. |
Timeout Value |
Time in milliseconds for which Tosca Cloud waits before fetching the search results after it enters the specified Search Box Value into the control. We recommend you enter a higher value if you expect a large number of results. This is because the Oracle application may need additional time to fetch all search results and update the displayed list in larger samples. |
Element On List |
Specifies which position from the search results list you want to select after Tosca Cloud enters the specified Search Box Value and waits for the specified Timeout Value. Specify 0 to always use the very first entry from the results. Subsequent numbers mean subsequent positions from the results list. |
Label* |
Finds the InputSearch control that you want to steer based on its Label technical property. To get this value, use Tosca XScan to scan your Oracle application. In Tosca XScan, find the InputSearch control and refer to the technical property Label in the right pane. |
Placeholder* |
Finds the InputSearch control that you want to steer based on its Placeholder technical property. This is usually the text that displays in the control when no option is selected. To get this value, use Tosca XScan to scan your Oracle application. In Tosca XScan, find the InputSearch control and refer to the technical property Placeholder in the right pane. |
Displayed Value* |
Finds the InputSearch control that you want to steer based on its Value technical property. This is usually the text that displays in the control when an option is currently selected. To get this value, use Tosca XScan to scan your Oracle application. In Tosca XScan, find the InputSearch control and refer to the technical property Value in the right pane. |
*It's mandatory that you specify at least one of these identification parameters so that Tosca Cloud can find the correct control to steer. If you have multiple InputSearch controls in your application with the same identification values, use additional identification values to steer that specific control. |