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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -