Setting Advanced Options

Specify whether you want to enable Windows Accessibility, whether the focus should be removed from the window during text capture, and whether locator attribute names should be case sensitive.
  1. Click Silk4NET > Edit Options. The Script Options dialog box opens.
  2. Click the Advanced tab. The Advanced Options page displays.
  3. Check the OPT_ENABLE_ACCESSIBILITY check box to enable Microsoft Accessibility in addition to the normal Win32 control recognition.
  4. Check the OPT_REMOVE_FOCUS_ON_CAPTURE_TEXT check box to remove the focus from the window before capturing a text. A text capture is performed during recording and replay by the following methods:
    • TextClick
    • TextCapture
    • TextExists
    • TextRect
  5. Check the OPT_LOCATOR_ATTRIBUTES_CASE_SENSITIVE check box to set locator attribute names to be case sensitive. The names of locator attributes for mobile Web applications are always case insensitive, and this option is ignored when recording or replaying mobile Web applications.
  6. Set the default accuracy level for new image assets by selecting a value from 1 (low accuracy) to 10 (high accuracy) from the OPT_IMAGE_ASSET_DEFAULT_ACCURACY list box.
  7. Set the default accuracy level for new image verification assets by selecting a value from 1 (low accuracy) to 10 (high accuracy) from the OPT_IMAGE_VERIFICATION_DEFAULT_ACCURACY list box.
  8. Click OK.