hi all,
i am writing an automation framework in perl that includes web browsing.i am using Win32::IEAutoma tion package for that purpose.actuall y the goal is to download a cab file from https://winqual.microso ft.com.after navigating through number of pages my script get the page for cab file downloading.tha t cab file download page is a result of my searching on the previous page with an event ID.correspondin g to one event ID there are three possible status for the cab file.1-cab file is available for download,2-it is not available and 3-it contains some error.correspon ding to these three status one of the 3 different small images got displayed on the page and only one of them is cliackable.mean s if the cab file is not available or contains error then the images that got displayed can't be clicked.
now the goal of my script is to click on the image if the cab file is available.actua lly in the html code of that page they have used a placeholder image that get replaced by the corresponding image after calculating the cab status.all of this is done using JS.i tried to access the image via the id of the placeholder img tag but it's not working.....wha t shud i do now????is there any alternate way???
i am writing an automation framework in perl that includes web browsing.i am using Win32::IEAutoma tion package for that purpose.actuall y the goal is to download a cab file from https://winqual.microso ft.com.after navigating through number of pages my script get the page for cab file downloading.tha t cab file download page is a result of my searching on the previous page with an event ID.correspondin g to one event ID there are three possible status for the cab file.1-cab file is available for download,2-it is not available and 3-it contains some error.correspon ding to these three status one of the 3 different small images got displayed on the page and only one of them is cliackable.mean s if the cab file is not available or contains error then the images that got displayed can't be clicked.
now the goal of my script is to click on the image if the cab file is available.actua lly in the html code of that page they have used a placeholder image that get replaced by the corresponding image after calculating the cab status.all of this is done using JS.i tried to access the image via the id of the placeholder img tag but it's not working.....wha t shud i do now????is there any alternate way???
Comment