I'm trying to select from a dynamic list
in my application, I've street address, apt/ste, City, State, zip which I fill separately. In the next page it has mailing address.
Ex: 101 ABC Dr, 100, New York, NY, 60115
Mailing address field has a dropdown list with two options
100 ABC dr, 100, NewYork, Ny, 60115
Add new Address
the address I've given in previous page and add another address
//input[@name="mailing_address_selection"]/parent::div/button
I'm trying to use Xpath but its not working. I'm using Silk test version 16.5.0.7779.
I'm having a doubt that this Silk test verisonis not suporting xpath
