Https://www.jaycar.com.au/


hi
i want to get the categories name , but selector is not working. can you provide me the solution?

My selector is :: [
{
“Selector”: “NM”,
“browser”: “chrome”,
“frame”: “-1”,
“url”: “https://www.jaycar.com.au/
},
{
“xpath”: “//div[@id="nav_main"]/ul/li/ul”
}
]

here is the solution :slight_smile:
[
{
“Selector”: “NM”,
“browser”: “chrome”,
“frame”: “”,
“url”: “https://www.jaycar.com.au/
},
{
“xpath”: “//div[@id="nav_main"]/ul/li/ul/li[*]/a”
}
]

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.