I'm new to learning selenium. I'm just trying to automate a site as a practice. I'm trying www.quikr.com. After the webpage loads it gives a web based pop up i want to select a city in that pop up. I'm unable to select using search by text, ID, xpath.
<a class="cs" index="Ahmedabad" href="javascript:void(0);" onclick="clickcity(this,'bigmodal','ipcity','2','22');">Ahmedabad</a>
On click function is hanadled by this javascript function.
What i want to achieve is how to click one of these links in python using webdriver.