18 January 2026:


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.

Flash Demo

ericinlossericinloss Members
edited November -1 in Sahi - Open Source
Hi,

I am trying to reproduce the steps in the flash demo.

I am using Firefox 3.0.8.

Steps I followed:

1. Started sahi (c:\sahi\sahi.bat)
2. Set proxy settings in Firefox
2. Opened Firefox brower and entered the google URL
3. Open sahi controller (CTRL + ALT + DBLClick). First time sahi controller page opens but does not get the content
4. Only when I close the sahi controller window and open sahi controller again it gets the content in the controller window
5. I enter record file name and click record
5. I enter "Yahoo mail" as search text in google and click search
6. I click on the first serach result link to open yahoo sign in page. till this point sahi records everything
7. when I enter userid & password and sign in to yahoo mail, shai does not record it
8. when i click sign out in yahoo mail it is recorded by sahi

The steps recorded in file are:

_setValue(_textbox("q"), "yahoo mail");
_click(_submit("Google Search"));
_click(_link("Yahoo! Mail: The best web-based email!"));
_click(_link("Sign Out"));


Does sahi support Firefox 3.0.8?

Comments

Sign In or Register to comment.