I need to a price in one input box and a price into another field but both objects have the same class
What is a good approach to entering the text?
I need to a price in one input box and a price into another field but both objects have the same class
What is a good approach to entering the text?
Anyone have an idea?
Using xpath, you can simply index them:
First field:
//input[@class=‘gv-input’][1]
Second field:
//input[@class=‘gv-input’][2]
Thank again @Brandon_Hein
I’ll try that
That my firs thought for this one. The downfall is that if they change it. lol
“The only constant in life is change” - Heraclitus