@ericarias said in Getting consistent results with element seletors:
What is the best method to use to make sure that the elements are always found.
Just avoid using automatically generated selectors by BAS.
i have json file like this [
{
"company_name": "company_name",
"copyright_holder": "company_name",
"email_address": "email@gmail.com",
"country": "Italy",
"live_event": "Yes",
"dmca_submitd": [
{
"identify_and_describe": "test etst etst",
"authorized_work": "https://google.it",
"infringing_material": "infringing material messages / links"
}]
},
need to parse company_name in json get value thanks in advance