After capturing a screen shot, I need to save it. How do I save if I have more than one screenshot at run-time?
For Example,
for i = 1 to 3
browser("something").page("something").captureBitmap "c:\test\screen1.bmp"
After capturing a screen shot, I need to save it. How do I save if I have more than one screenshot at run-time?
For Example,
for i = 1 to 3
browser("something").page("something").captureBitmap "c:\test\screen1.bmp"
Hi,
This will work for you...
browser("something").page("something").captureBitmap"C:\test\screen"&i&".bmp"
________________
Thanks & Regards!
Rajaputra
Hi,
This will work for you...
for i=1 to 3
browser("something").page("something").captureBitmap"C:\test\screen"&i&".bmp"
next
________________
Thanks & Regards!
Rajaputra[/QUOTE]
__________________
Thanks & Regards!!
RAJAPUTRA