Spaces:
Runtime error
Runtime error
File size: 302 Bytes
dc89ab8 fc32112 dc89ab8 |
1 2 3 4 5 6 7 8 9 |
export default {
"img_logo": "img[src*=logo]",
"id_logo": "*[id*=logo]",
"class_logo": "*[class*=logo]",
"logosbancos": "img[src*=logosbancos]",
"entity_http": "p.post-pagina-interior a[target=_blank][href*=http]",
"entity_mailto": "p.post-pagina-interior a[target=_blank][href*=mailto]"
}
|