I have the following element that is the 4th element on a nav bar within a website:
<a href="#step3" data-toggle="tab" data-bind="click: function(){ viewModel.GetRequiredDocuments(viewModel.xxxx); viewModel.xxxx(); }" aria-expanded="true">Documents</a>
I am able to select the element. I...