We have a website that fill up traveler forms data. If we have 2 travelers, the webpage displays two travelers info to fill up. If we have 5 travelers, then it shows 5 forms to fill.
So in this case, how can we use type into the data per each travelers with dynamic selectors. Sample screenshot for 2 travelers are attached. Any solutions are welcome. Many thanks.
Choose AYA Go
Enter From date to date
Choose Individual and enter adults
Click get quote
Click buy now
then if you choose 5 adults before, there will be display 5 information forms to fill up.
right now I am stuck at this point. Let me know your solution. Many thanks.
selectoe.txt (529 Bytes)
In these selectors webctrl id changing for entries pass these values as dynamic selecor variables using for each
or
Take a try catch indicate all selectors and pass the input values by creating relevant variables for all selector in catch block use continue
in the above case when it comes to thrid traveller it will go to catch block and continue the process