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
[
{
“Selector”: “NM”,
“browser”: “chrome”,
“frame”: “”,
“url”: “https://www.jaycar.com.au/”
},
{
“xpath”: “//div[@id="nav_main"]/ul/li/ul/li[*]/a”
}
]