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.
Modify the visual of _highlight()
Hi all,
First, i'm french and it's not easy to speak/write in english language for me. So sorry for that.
Newbie with sahi, i'm only a functionnal test man, not a developper.
I'm on Windows vista + firefox + sahi v35_20110525 (free version)
I must to show my tests to some persons, i want they see on the playback browser what is the current test.
I use _highlight() + _wait(), so they can see the element. But for few one, there is not enought clear.
It s is possible to change the red line border of _highlight ? colors, thickness of the line
Thank you
Fabrice
First, i'm french and it's not easy to speak/write in english language for me. So sorry for that.
Newbie with sahi, i'm only a functionnal test man, not a developper.
I'm on Windows vista + firefox + sahi v35_20110525 (free version)
I must to show my tests to some persons, i want they see on the playback browser what is the current test.
I use _highlight() + _wait(), so they can see the element. But for few one, there is not enought clear.
It s is possible to change the red line border of _highlight ? colors, thickness of the line
Thank you
Fabrice
This discussion has been closed.
Comments
Yes, you can change the red line border, colors, thickness of _highlight.
Search for 886 line in Concat.js by Navigating to <Sahi-home>/htdocs/spr/concat.js which looks like this:
el.style.border = "1px solid red"; // you can change here accordingly
Regards
Sumitra
So thank You !!
Fabrice