Using APM 2.5 and trying to get this to work on a homegrown web site. Has anyone been able to get this to work?
I have turned on debug so I can at least see it bring up the site and it puts in the username and password in the proper places but thats as far as it goes. I get the following error:
Message: Error with enter account into web pagehttp://mywebsite
Statistic: 0
Is there some other testing I can do to find out where the problem is?
I verified that the button to click is called called submit (as in this code snippet)
<input type="submit" name="submit" value="Submit">
Also, is the script looking for the username/password block "name" or "id" as it shows up in some of the sites 'view source'?
Thanks!