Closed
Attribute Value Match Rule - How to access element in ParentTarget . Syntax
Hi,
I want to use an "Attribute Value Match Rule" to filter a Web Element. Here I want to use ParentTarget.OuterHtml. But what is the correct syntax to access a value in a sublevel like ParentTarget?
I tested following:
- ParentTarget.OuterHtml
- ParentTarget->OuterHtml
- ParentTarget:OuterHtml
But none of these is working.
Andre