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.
Installing sahi on Ubuntu
Hi All,
Can anyone guide me with the steps of installation of sahi on ubuntu 11.10 ??
Please help.
Thanks and Regards,
Aakash
Can anyone guide me with the steps of installation of sahi on ubuntu 11.10 ??
Please help.
Thanks and Regards,
Aakash
Comments
- open a console
- open java -jar path/to/sahi_installer
this will execute the installer after which you are are done
Regards
Wormi
Thanks for ur reply iam i have now installed sahi on ubuntu with ur help.
After installation when iam invoking the mozilla browser by double clicking it with the combination of Alt_Ctrl its getting invoked if the application is non HTTPS ,But in case of HTTPs its not getting invoked.
I have added the certificate for the same but still no success.
Please help.
Thanks and Regards,
Aakash
Thanks for ur time and reply.
I have accepted the sahi certificate now its working fine for the Mozilla but when iam trying to work with chrome for the same application iam getting security error which has no options to accept certificate as mozilla has.
There is only a back button.Iam not able to record the application.
Please help.
Thanks and Regards,
Aakash
http://superuser.com/questions/27268/how-do-i-disable-the-warning-chrome-gives-if-a-security-certificate-is-not-trust
Linux:
Permanently save security exceptions for Chromium/Chrome
Chromium doesn't permanently store security exception. To access https-sites without giving a "this session only" exception every time, one have to manually add a certificate to the systems crypto library. For configuring SSL certificates we can use the command 'certutil' from the package 'libnss3-tools'.
sudo apt-get install libnss3-tools
When accessing a https-site, we click on the little yellow sign with the exclamation mark in the address bar. "Certificate information -> Details -> Export" saves the certificate and with
certutil -A -n <Nickname> -t "C,," -i <Savename> -d sql:$HOME/.pki/nssdb
where <Savename> is the path to the saved certificate and <Nickname> is just a name. Just chose a name which fits.
When getting an database error, you may have to start chromium in order to get the database created.
See also http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html
http://superuser.com/questions/104146/add-permanent-ssl-certificate-exception-in-chrome-linux