selenium rc - How to access var in PHP -
i'm using selenium-rc php. want show in test value of classname. how can present var? tried $this['drivers']['classname']
not working me.
(this debug)
thank you!
looks should be:
$this->drivers[0]->classname
Comments
Post a Comment