Hi Sumitra,
As you parameterized the test, when you are running 2nd row in the sheet, FlyFrom & FlyTo city values changes, Thus, the flights displayed are totally different from the flights you recorded.
Here is the Solution.
Select Index for the flight
Browser("").Page("").WinList("..").Select(1)
you can change the index.
Thanks
Ramesh
As you parameterized the test, when you are running 2nd row in the sheet, FlyFrom & FlyTo city values changes, Thus, the flights displayed are totally different from the flights you recorded.
Here is the Solution.
Select Index for the flight
Browser("").Page("").WinList("..").Select(1)
you can change the index.
Thanks
Ramesh

