TestStack/White

Unable to identify Group element or any of the hyperlinks inside the group using Teststack.white automation framework

Closed this issue · 0 comments

I am trying to automate winform application using teststack white framework.I have hyperlinks inside the group that I need to click. I am using the following code after launching the application but unable to click on the link as I get the exception "Failed to get ControlType="Hyperlink, Name=Sports Management"

var mainwin = application.GetWindow("Name of the Window", InitializeOption.NoCache);
var raceLink = mainwin.Get(SearchCriteria.ByText("Sports Management"));

Can anyone help with this issue ?
image

I can get hold of the panes but when I try to get group or any of the hyperlinks inside the group, I get an error.