TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 486 forks source link

TabPage Name returns Header value #646

Open KeithBrio opened 5 years ago

KeithBrio commented 5 years ago

Just doing some automation on a TabControl and wanting to identify which TabItem was selected.

I wanted to assert this by the TabItem.Header value but there was no property to use this so used Name instead, but this actually returns the Header value.