0

Sahi not showing chrome browser option on sahi dashboard. My OS is XP. Any one tell me what is the reason behind this?

Nazifa Chowdhury
  • 198
  • 3
  • 5
  • 13

3 Answers3

2

Please have a look at this post http://sahitesting.com/sahi/understanding-browser-configuration-in-sahi-pro/ Here I have provided the solution for same.

Video explaining how to configure browsers: https://www.youtube.com/watch?v=_-4ciPcltZw

Vivek V Dwivedi
  • 2,510
  • 2
  • 28
  • 39
0
  1. Open "browser_types.xml" under the folder "\sahi_pro\userdata\config"
  2. Add the following content on browser_types.xml and save the file:

    chrome
    Chrome chrome.png $LOCALAPPDATA\Google\Chrome\Application\chrome.exe
    --user-data-dir=$userDir\browser\chrome\profiles\sahi$threadNo --proxy-server=localhost:9999 --disable-popup-blocking --always-authorize-plugins
    chrome.exe 5

  3. Now open Sahi Dashborad

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
  • Check this to understand how browser configuration works in Sahi. http://sahitesting.com/sahi/understanding-browser-configuration-in-sahi-pro/ – Vivek V Dwivedi Dec 19 '15 at 11:16
0

What I do mostly is right click on the chrome icon on desktop, copy the path in the target textbox

enter image description here

and paste in the node in browser.xml under chrome's node.

Anirudh
  • 2,286
  • 4
  • 38
  • 64