WebElementSearchOptimization

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

Valid for: SetStartup& SetRuntime

 

Syntax -

       SetStartup WebElementSearchOptimization {"Default" | "Deep"}

 

Description:

This option is used to set the method for returning elements from a web page.  Certain elements can be found quicker with either a Default or a Deep search.  This is highly dependant on the website itself as some websites are more complex.  To determine which will work best for you, start with Default and if you experience performance issues try the Deep setting.  Testing may be needed to properly set this command.

 

Sample 1:

       The following statement sets the WebElementSearchOptimization option so that it instructs EMUE to search for elements using element collections.

SetStartup WebElementSearchOptimization "Default"

 

Sample 2:

       The following statement sets the WebElementSearchOptimization option so that it instructs EMUE to search for elements using deep page methods.

SetStartup WebElementSearchOptimization "Deep"

 

See Also:

SetRuntime