Hi All, Sorry but I am stuck. I need your help. On Silk 17.5, I have a web project AJAX. On the website, we can select a list "topic" then following the "topic", we have to select a picture from a list, as below: On my Script, I would like to get the list of Id from all tag IMG : BrowserFindAll(HANDLE_DESKTOP, "//IMG", lList); ListPrint(lList); But the data on the list (lList) are not correct. (Example: I was expected to find the id 208 on the list because it is the id of the first IMG, but the value is not there) End result should be the list of all the ids (or xpath ids if applicable) that I may point to click on them in my script at the end. Please advise. Regards, Eric
↧