Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

add allowNativeXpath method #298

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

We need to use JavaScript xpath library for firefox, we need your help...

Whats the selenium equivalent of allowNativeXpath in tellurium?

It would be really helpful if you provide link to the document which
describes how to add missing selenium methods in Tellurium.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 24 Nov 2009 at 7:19

GoogleCodeExporter commented 9 years ago
Added the following method into DslContext,

void allowNativeXpath(boolean allow)

Please update to 0.7.0-SNAPSHOT:

http://kungfuters.org/nexus/content/repositories/snapshots/tellurium/tellurium-c
ore/0.7.0-SNAPSHOT/tellurium-core-0.7.0-20091124.191713-36.jar

The API document is here,

http://code.google.com/p/aost/wiki/UserGuide070TelluriumAPIs#Data_Access_Methods

Original comment by John.Jian.Fang@gmail.com on 24 Nov 2009 at 7:20