02-28-2011, 04:28 PM
In using CaptureBitmap function
1. File names have to be taken from a DataTable value
Can any body help me out with syntax?
-------------------------------------------------------------------------
Values in the Data Table as
English
french
German
polish
-----------------------------------------------------------------------
Thanks in Advance
Nagappan
1. File names have to be taken from a DataTable value
Can any body help me out with syntax?
-------------------------------------------------------------------------
Code:
Browser("Google").Page("Google").CaptureBitmap("english.bmp")
Reporter.ReportEvent micDone,"lang name","lang desc","english.bmp"
Values in the Data Table as
English
french
German
polish
-----------------------------------------------------------------------
Thanks in Advance
Nagappan