How to Find Button ID

No, it’s a member area for a job I do, so I can’t give out the password.

After some experimentation I found a solution, so I’ll post it here:

{
“CreationDate”: “2018-6-18”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://axis.englishtown.com/Axis/2/class/teacherschedule#class/”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “//*[@id="enterClassWrap"]/div[1]/div/div[2]/a/span[1]”,
“Value”: “”
},
{
“Command”: “waitForPageToLoad”,
“Target”: “id=popoverStatus994075”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “link=ENTER THE CLASS”,
“Value”: “”
}
]
}

I think the trick was waiting for the popup to load properly.