mrpez1
asked on
Programmatically collect Dell Warranty Info
I'm trying to develop a script that will return a Dell system's warranty information by scraping this site:
http://support.dell.com/support/topics/global.aspx/support/my_systems_info/details?c=us&l=en&s=gen
If the site would use GET and I could attach the service tag to the URL, I'd be golden. Unfortunately, Dell uses javascript form to submit the service tag before a page with the relevant details comes up that the script can scrape. I've been banging my head against this for a while.
Anyone know of any way to programmatically fill out and submit a javascript form?
http://support.dell.com/support/topics/global.aspx/support/my_systems_info/details?c=us&l=en&s=gen
If the site would use GET and I could attach the service tag to the URL, I'd be golden. Unfortunately, Dell uses javascript form to submit the service tag before a page with the relevant details comes up that the script can scrape. I've been banging my head against this for a while.
Anyone know of any way to programmatically fill out and submit a javascript form?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER