madhav-mk

Results 2 comments of madhav-mk

Can you use Selenium's "Select" class to scrape all options from the Select Dropdown? `Select dropdown = new Select(driver.findElement(By.id("rms_batLocationSelect2")));` `List dd = dropdown.getOptions();` //append into centres.json

You can probably do it with Geocoding and Distance Matrix APIs from Google Maps for automation.