This functionality is supported only if you are using the Classic Agent.
To change the level of recognition of tables in your Web pages, you must set the value of the
ShowBorderlessTables option. There are two ways to do this.
- On the DOM Extensions dialog box, check the
Table check box and set a value for borderless table recognition. .76 is the threshold where
Silk Test Classic starts to recognize more objects within tables, such as images, hidden text, check boxes, textfields, and buttons.
- Tweak your script by setting the option within the script itself. This does not apply the value to the whole script but applies the value after that point in your script. You can use this method to adjust the level of recognition within your scripts, as you require. You do this by entering the following into your script:
BrowserPage.SetUserOption ("ShowBorderlessTables",value). For example,
BrowserPage.SetUserOption ("ShowBorderlessTables",.5).