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.

sahi controller window scroll bar strangeness

Rhubarb3.1415Rhubarb3.1415 Members
edited April 2009 in Sahi - Open Source
Hello,
Using the latest Sahi release on a Fedora 10 i386, KDE Desktop with Firefox browser.
After opening the Sahi Controller window I'm unable to access any of the these links:

"View Script View Parsed Script View Browser Script View Logs"

at the bottom of the "Playback" tab.

No matter how big I make the window the "Statements:" box will increase in size until it has pushed the links from the bottom of the window. The window has no scroll bar so I can't scroll down to it's bottom.

If I right click on the window then choose This Frame -> Open Frame In New Tab
I will get a new tab in the same window. This new tab will have the Playback window WITH a scrollbar that I can now use to get to the bottom links. BUT this new Playback window doesn't seem to be actually connected to a web page. The "Set" button will not bring up the entered URL.

Suggestions?
Thanks

Update: Not a complete solution but this does help.
Edit the /sahi/htdocs/spr/playback.htm file.
From near the bottom of the file copy this bit of code:
<a href="/_s_/dyn/Player_currentScript/" target="_blank">View Script</a>&nbsp;&nbsp;&nbsp;
<a href="/_s_/dyn/Player_currentParsedScript" target="_blank">View Parsed Script</a>&nbsp;&nbsp;&nbsp;
<a href="/_s_/dyn/Player_currentBrowserScript" target="_blank">View Browser Script</a>&nbsp;&nbsp;&nbsp;
<a href="/_s_/dyn/Log_viewLogs" target="_blank">View Logs</a><br>
and place it at line 169.
This will at least move the links to a part of the window that can be seen.
Sign In or Register to comment.