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 script support for SciTE like autoitscript and ehancement in the Notepad++ APIs

edited December 2012 in Sahi - Open Source
SciTE is a very good editor with auto complete and caller tips.
Please can anyone take efforts to create properties file for Sahi which can be added in Scite so that it can be used for Sahi script edition.

One more suggestion was related to modification in the Notepad++ APIs
There is option in Notepad++ > Functions parameters hint on input.

I have modified for 3 commands like below
<KeyWord name="_lastAlert" func="yes" descr="Returns the message displayed in the last javascript alert popup.">
<Overload retVal="string message">
</Overload>
</Keyword>
<KeyWord name="_lastConfirm" func="yes" descr="Returns the message displayed in the last javascript confirm popup.">
<Overload retVal="string message">
</Overload>
</Keyword>
<KeyWord name="_lastDownloadedFileName" />
<KeyWord name="_lastPrompt" func="yes" descr="Returns the message displayed in the last javascript prompt popup.">
<Overload retVal="string message">
</Overload>
</KeyWord>

Can somebody work on it to enhance Sahi?

It is very helpful for manual scripting or editing scripts.
If I am able to finish it myself I will send it to the sahi team :)

regards,
rahoolm
Sign In or Register to comment.