04-05-2012, 04:52 PM
(This post was last modified: 04-05-2012, 04:54 PM by verma.vik6.)
I have an alternative way of doing this..
It might sound different but so far, i found it the best way to scroll down till the required web object.
As per your requirement, you want to scroll down to capture a bitmap located at the end of the web page. If this is your requirement, just highlight the Image. When you highlight it, the page will be scroll down and then capture it..
for eg:
'' Thats it..
It might sound different but so far, i found it the best way to scroll down till the required web object.
As per your requirement, you want to scroll down to capture a bitmap located at the end of the web page. If this is your requirement, just highlight the Image. When you highlight it, the page will be scroll down and then capture it..
for eg:
Code:
Browser("").Page("").Image("").Highlight
Browser().Page("").Image("").CaptureBitmap(fileName)