01-22-2008, 01:35 PM
Sachin,
Pls use the GetROrproperty for the capturing url for a opened browser and assign tht to a variable and then transfer that value to Data Sheet by using out put values then use "DataTable.ExportSheet(FileName, DTSheet)" to export the data sheet to ur desired location.
Here comes reference code
To get capture the url form browser
Pls let me know the result
Regards
Raj
rhotur@gmail.com
Pls use the GetROrproperty for the capturing url for a opened browser and assign tht to a variable and then transfer that value to Data Sheet by using out put values then use "DataTable.ExportSheet(FileName, DTSheet)" to export the data sheet to ur desired location.
Here comes reference code
To get capture the url form browser
Code:
Outputurl=Browser("xyz:=dds").Page("sdf:=sdf").Output CheckPoint("text:=url")
Pls let me know the result
Regards
Raj
rhotur@gmail.com