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.

alt text

(this debug)

thank you!

looks should be:

$this->drivers[0]->classname


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -