major4579 Posted May 31, 2015 Posted May 31, 2015 I'm trying to get and save the results of a php webpage. The URL is:"https://username:password@www.example.com/admin/report.php?startDate=2015-05-26"where the date at the end will be configured by my script. In a browser this would result in a plain text page like this:"Debbie","SMITH (Debbie)","Request Access: ","2015-05-31 17:29:47","2015-05-31 17:29:49","2015-05-31 19:10:57","301.8333333333333","""Eric,"JONES (Eric)","End Access: ","2015-05-31 18:16:00","2015-05-31 18:16:02","2015-05-31 18:44:12","46.86666666666667","" and so on.I've tried InetGet() and InetRead() with no luck. I think it's the fact that the page is generated by the php file. Any suggestions or guidance would be gratefully accepted.-Marc
Danp2 Posted May 31, 2015 Posted May 31, 2015 Take a look at the WinHTTP UDF in the Example Scripts section. Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now