API Enhancements

This section lists API enhancements that have been made in Silk Test 17.5.

Setting the geographic location of a mobile device

You can now use the setLocation method of the MobileDevice class to set the geographic location of a mobile device.

Testing cross-domain IFrames with Google Chrome

To test cross-domain IFrames with Google Chrome 49 or later, you do no longer have to set the options OPT_XBROWSER_GOOGLECHROME_USER_DATA_DIR and OPT_XBROWSER_GOOGLECHROME_SECURE_ORIGINS. Silk Test now supports testing such IFrames with Google Chrome out-of-the-box.

Note: As these options have been removed from Silk Test, remove any code for setting these options from any existing scripts for cross-domain IFrame testing with Google Chrome.