F22 Posted June 25, 2016 Posted June 25, 2016 Hi, I need to get, from table made in HTML (which screen you have in attachment and code right here http://pastebin.com/uFvteNdw ), a text from columns "Location" and "IP of test server" for each line (AVL, DB) and get attribute them to string variables. I have a sollution but in a "stupid" way (coping whole text to notepad and searching by build in seach tool ) Any ideas? I'm already working on IE commands and IEtabtoarray is not working.
Danp2 Posted June 25, 2016 Posted June 25, 2016 "Not working" is not a sufficient description if you want a quality response. ;-) Post your code and either a link to the site or the HTML for the page. Latest Webdriver UDF Release Webdriver Wiki FAQs
Gianni Posted June 26, 2016 Posted June 26, 2016 If you need to extract data from an html table contained in a raw html listing in an offline file, (as the raw data contained in the link you provided), you could use the functions provided in this link. or more easily you can save your data to a local html file and use the example script provided at the same link that allows you to load the file containing the raw html and extract the wanted table into an array. Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
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