18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
_isFF2()
we have a code that (doesnt or only) applies to FF2, can you add _isFF2 so I dont have to have the following code:
//since there is no _isFF2, a nested _isFF followed by _isFF3 is performed
if ( _isFF() ) {
if ( _isFF3() ) RunThisForAll();
else RunThisIfBrowserIsFF2();
} else {
RunThisForAll();
}
Thanks,
Rj412
//since there is no _isFF2, a nested _isFF followed by _isFF3 is performed
if ( _isFF() ) {
if ( _isFF3() ) RunThisForAll();
else RunThisIfBrowserIsFF2();
} else {
RunThisForAll();
}
Thanks,
Rj412