Just updated the isDisabled() method so that it will
use the xpath directly to test if the @disable is present
or not, i.e., change

  String locator = locatorMapping(context, loc)
  accessor.isDisabled(locator)

to

  String locator = locatorMapping(context, loc) + "/self::node()
[...@disabled]"
  accessor.isElementPresent(locator)

I also add your test case to core.

Thanks,

Jian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to