12-09-2014, 02:52 AM
Hi
I have a Moodle website that I want to log into and then measure a page load speed.
I have been using the following script to achieve this:
logData 0
navigate https://edu.eupati.eu/login/index.php
sleep 15
logData 0
setValue id=username xxxxxxxxxxxxx
setValue id=password xxxxxxxxxxxxx
submitForm name=login
sleep 15
logData 1
navigate https://edu.eupati.eu/mod/book/view.php?...pterid=773
I replaced the username and passwords with the actual username and password or should they be encoded?
I cannot seem to get past the login page.
Any help you can give me is greatly appreciated.
Thanks
J
I have a Moodle website that I want to log into and then measure a page load speed.
I have been using the following script to achieve this:
logData 0
navigate https://edu.eupati.eu/login/index.php
sleep 15
logData 0
setValue id=username xxxxxxxxxxxxx
setValue id=password xxxxxxxxxxxxx
submitForm name=login
sleep 15
logData 1
navigate https://edu.eupati.eu/mod/book/view.php?...pterid=773
I replaced the username and passwords with the actual username and password or should they be encoded?
I cannot seem to get past the login page.
Any help you can give me is greatly appreciated.
Thanks
J