Hi, I am trying to achieve the following. A user key in a string in a textbox with ID “carNum”. Then, after clicking on a button with ID “buttonSearch”, a webpage displaying the car details is displayed. I have created a dataset with ID “dataset1” that consist of two coloumns, named Car Number (Field Key: title) and Page (Field Key: page). Coloumn Car Number is set to be Primary Key. I need help on how to code the following flow :
- User key in to “carNum”
- After clicking “buttonSearch”, the string in step 1 is used to find the matching element in dataset1, Car Number coloumn. Once a match is found, the corresponding URL in Page coloumn is clicked.
Hope to have a guide on how to start the coding.
Thanks.