Simple macro is not working properly

Hello,

I was not able to automate a simple series of steps on my University
website. The software records the steps in a macro, but when
I play it back, the macro does not execute the steps properly. Is it
possible the macro recorder does not work in some environment? Can someone help?

Please refer to the code generated below if
necessary.

Thank you!

Claude

{

"CreationDate": "2018-7-14",

"Commands": [

  {

    "Command": "open",

    "Target": 

An error has occurred.
_FACULTY.GBL?Page=INSTR_CLASS3&Action=U”,

    "Value": ""

  },

  {

    "Command": "click",

    "Target": "id=win0divDERIVED_SSR_FC_SSS_PAGE_KEYDESCR2",

    "Value": ""

  },

  {

    "Command": "type",

    "Target": "id=GRADE_RSTR_TYPE_N_FLAG$0",

    "Value": "Y"

  },

  {

    "Command": "click",

    "Target": "id=GRADE_RSTR_TYPE_N_FLAG$0",

    "Value": ""

  },

  {

    "Command": "click",

    "Target": "link=Enreg.",

    "Value": ""

  },

  {

    "Command": "click",

    "Target": "id=#ICOK",

    "Value": ""

  }

]

}

The website requires a password to log in. If you do not want to post this in a public forum, you can also send it to us directly and mention this forum post.

The macro itself looks normal, but of course I could not replay and test it.

How can we solve this then? Can I share my screen with someone to show how the macro is not recreating the steps that I recorded?

Thank you.