0

I have some buttons in my web (javascript based) application. And I can record consecutive steps which I use these button in. The problem appears when I want to click a hyperlink. TFS doesn't recognize it - everything seems to be fine while recording a step, but later in tests it points my hyperlink with the mouse cursor, but nothing happens (no click executed).

In HTML it looks like:

  • Link 1
  • [edit]
    I have noticed that the problem appears in Chrome, but in IE10 is OK...

    Andrew Clear
    • 7,910
    • 5
    • 27
    • 35
    Nickon
    • 9,652
    • 12
    • 64
    • 119

    1 Answers1

    1

    You need to be using TFS 2012 update 2 or higher for this to work in Chrome.

    Andrew Clear
    • 7,910
    • 5
    • 27
    • 35