I'm using selenium-rc with php. I want to show in my test the value of CLASSNAME. How can i present the var? I tried to do $this['drivers']['CLASSNAME']
but this is not working for me.
(This is from the debug)
Thank you!
Looks like it should be:
$this->drivers[0]->CLASSNAME