Visualise your test automation in advance.
The past week our team had been interacting with various QA and testing practitioners from the industry via various conferences. One of the conferences was with ‘STeP-IN Summit,2022.’ Tyto Software (Sahi Pro) were the event sponsor of the STeP-IN SUMMIT 2022.’ We have been in the test automation industry for over 10 years now. We […]
Sahi Pro v9.5.0 Released!

Download Sahi Pro v9.5.0 Sahi Pro v9.5.0 is a major release with significant feature additions. This release includes minor bug fixes and improvements. Git Integration Now you can easily Integrate Sahi Pro with Git and work with your Git repository directly from the Sahi Pro Editor. Following Git operations are available in the Sahi Pro […]
Sahi Pro v5.1.1 fast execution without waits on Chrome 34
Some of you may have noticed that Sahi Pro does not wait correctly for page loads since Chrome 34. This happens because of a change in window.document.readyState behaviour in (since?) Chrome 34. To fix it, do the following: Open: sahi/userdata/config/user_extensions.js Add: // Chrome 33 fix start Sahi.prototype.replace33 = function(fn) {return “(“+(“”+fn).replace(“_isChrome”, “isChrome33Minus”)+”)”;} Sahi.prototype.areWindowsLoaded = eval(_sahi.replace33(Sahi.prototype.areWindowsLoaded)); […]
Learn How to fix Sahi Pro popup identification In Firefox 86
With the release of Firefox 86 version, Firefox has changed the behavior of window.name. Sahi Pro identifies popups based on window.name, and previously, it would persist across the domain until someone explicitly changes it. Due to the recent change in Firefox 86, the behavior of window.name is such that it resets every time one navigates […]
How to Fix Slow Playback on Firefox Version 98 and Above?
From version 98 onwards, Firefox has slowed down the processing of windows which are in the background. Due to this, during Sahi Pro’s distributed playback, the windows which are not in the foreground perform slower and the overall suite playback takes significantly longer. For longer runs, the count of aborted scripts was also higher. To […]
How to Fix Chrome & Firefox update causing scripts to fail in Sahi Pro

Browsers namely Mozilla Firefox, Google Chrome, etc. have recently adopted a secure mode by default. Thus the latest version of browsers prefers an https connection. With the recent chrome upgrade, the scripts started failing with a 90-second issue. To fix the issue, please follow the steps below. Please download the latest version of Sahi Pro […]
How to Fix Error opening HTTPS websites in Mozilla Firefox with JDK 11

When using JDK 11 with Sahi, HTTPS websites do not open in the Mozilla Firefox browser. We get the error shown in the image below. To resolve this issue, kindly upgrade to JDK 11.0.2 and above versions. We recommended the latest release JDK 11.0.8, as it contains all the security patches and bug fixes. Ensure […]
