08-16-2011, 04:10 PM
Hello,
I am writing script for a scenario where I need to pass the index value of object during runtime, but its not working.
Above code is not working.Is there any alternative solution for this?
Thanks,
Girish
I am writing script for a scenario where I need to pass the index value of object during runtime, but its not working.
Code:
index=value
browser("browser").page("page").objectname("index:=&value").submit
Thanks,
Girish