Sahi Pro - Including sahi script globally

userdata/scripts/global_include.sah file is added as an included script file for every script that is played back through Sahi. The methods and variables contained in the global_include.sah will be available to all the script file that run.

User can use another file instead of global_include.sah, this can be configured by changing the following line in userdata/config/userdata.properties

infoscripts.global_include.file=scripts/global_include.sah

The filepath defined in the property scripts.global_include.file is relative to userdata directory.