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.

Configuring Chrome on Dashboard

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

I have referred to the below topic and configured, but somehow it is not working by giving "$" in front of the path.

similar topic on forum:
http://sahi.co.in/forums/viewtopic.php?id=2487

Chrome Installation Location:
c:\Documents and Settings\atmakurv\Local Settings\Application Data\Google\Chrome\Application\chrome.exe

browser_types.xml:
$Documents and Settings\atmakurv\Local Settings\Application Data\Google\Chrome\Application\chrome.exe - Not working

browser_types.xml:
c:\Documents and Settings\atmakurv\Local Settings\Application Data\Google\Chrome\Application\chrome.exe - Working

Not sure if i am missing something, what is the advantages of "$"

Comments

  • Hi avinodkumar,

    The variable name or path you specified may be wrong.

    For eg:$LOCALAPPDATA-points to the local user directory.

    Open the command prompt,execute the command "set".

    The list of all global variable for the system will be displayed.Verify Whether the variable name and path is correct.If it is incorrect,use the appropriate variable.

    Regards,
    Theeran.
Sign In or Register to comment.