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.

_call function -> using output

escapeescape Members
edited February 2008 in Sahi - Open Source
Hi

if i use _call((_image(51)).onmouseover) using the [start-->] button I get some output in the grey box bellow,
how can I access this output, means I want to store it in a variable as a string (want to use assertEqual later)

$mouseovertext = _call((_image($id)).onmouseover); doesn't work .

regards

Comments

  • Have found a different solution to check this, but all in all it would be nice to know how you can use this output - a suggestion extend the API with a function _debugToVar .... so logging and debugging will be more variable ..... :D

    greetz
Sign In or Register to comment.