I am working on a web automation scenario where I need to:
-
Pass three different values (set value to search field) into a specific web field one by one.
-
After each value is set, perform a mouse click action (specifically, an “Add to Cart” button each time for different product).
What is the best way to loop this sequence with 3 different value ?