
Announcements
When I was using the old Chrome connector with the following path
div[Class="ItemContainer"] > div[Class="hsWidget RicezioneFattureElettroniche hs-rspos"] > div[Class="widgetContent hs-rspos"] > div[Class="containerRicezioneFattureElettroniche"] > div[Class="toggleSlider"] > div[Class="toggle"] > div[Class="left active"]:contains("Genera documento")
it worked perfectly, but with new connector not work, the only way to make it work is
> body > div > div > div > div > div > div > div > div > div > div > div > div > div:eq(22)
it's like it can't find the value of the attributes inside the web page
Perhaps its not the connector but that the website has been slightly updated in its html code causing the path to be slightly different? happens alot to be honest. e.g. for one of my clients the page had a slight update where a text box was updated from a <p> to a <b> meaning the selector had to be reselected.