02-20-2008, 05:42 PM
I want to retrive values from webtable , but each time the name of the web table is changing like,
Job Title :_2
Job Title :_3
can i use regular expression here so that i can retrive the values from the table.
i tried with that but it is showing error.
Code is given below
please help.
thanks.
Job Title :_2
Job Title :_3
can i use regular expression here so that i can retrive the values from the table.
i tried with that but it is showing error.
Code is given below
Code:
Browser("Testing Jobs |Software").Page("TestingJobz.com : Visitors").WebTable("Job Title :_2").GetCellData (3, 2)
thanks.