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.

Modify the visual of _highlight()

Fabrice BFabrice B Members
edited November -1 in Sahi - Open Source
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

Comments

  • SumitraSumitra Members
    Hi Fabrice,

    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
  • it works

    So thank You !!

    Fabrice
This discussion has been closed.