In the website, https://www.napaonline.com/, how do I click on the button named "Find an Autocare Center"? It is located at the bottom right. I've tried
web_driver$findElements(
using = "xpath",
value =
With different paths in the value
argument without success.
driver <- rsDriver(
browser = c("chrome"),
chromever = "114.0.5735.90",
verbose = T,
extraCapabilities = list("chromeOptions" = list(args = list("--headless")))
)
web_driver <- driver[["client"]]