I'm working on Selenium tests for our Spotfire analytics. In some cases we want to compare images captured of Spotfire visuals. Comparison of images is only possible if the images are the same size, so we ensure this by maximizing the visual before capturing the image - but without a supported API this requires code that clicks on the maximize button (which is found in a 'smelly' way relying on CSS class names). It would help to have a supported API for maximizing, restoring and checking the current state (maximized, normal, minimized).
Please consider adding the method to the IronPython API; thanks.