TestStack / White

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

Support for CustomUI control value pattern & null exception prevention #643

Closed johannalaitila closed 2 years ago

johannalaitila commented 5 years ago

CustomUI controls can now support setting/getting value pattern values. Added try-catch to GetTestControlType as this was causing some null ref exceptions if the speficied control does not have a parent object which can be the case on some custom Windows Forms controls.