Skip to content

Arjuna 1.1.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@rahul-verma rahul-verma released this 17 Nov 05:36

This build introduces positional placeholders in withx, improved attr() call, easier support for attr names that conflict with Pyhon keywords.

  • Support for anonymous/positional $$ placeholders in withx extended locator definitions.
  • attr() call now accepts a single key-value pair instead of two positional arguments. Conflicting Python name is prefixed with two underscores (__)
  • node() call simplified. Conflicting Python name is prefixed with two underscores (__).
  • Updated Locator Docs to reflect the above improvements.
  • Fix in GuiDropDown logic - changed 'tag' to 'tags'.
  • Added TPI exceptions to global import.
  • Fix in attr locators used in withx