Hi all.
I'm using Silk Test 18 with IE 11 and i have a big issue with a click.
I need to click on the second link of this page to accept a non secure navigation e then i need to compile a pop-up for smauth authentication but...
The click on this link is endless
This situation persist until i stop the execution, if I pause the execution, silk test is "thinking" on this command:
.DomLink("//a[@id='someid']").DomClick
Seems that does't recognize the "release click action" from IE.
I tried also .domClick() or .textSelect().....same results...
I tried to set also Microsoft Accessibility to YES but no way....
Thanks
Danilo