Combining CSS Selectors While using Enquire MAP

Combining CSS Selectors While using Enquire MAP

 

For a tag with multiple selectors:

a[att1=""][att2=""]

.control-label[for='account_login_link_url']

on the console

document.querySelector('a[href="#account_setup"][aria-expanded="true"]');

document.querySelector('#content-data > div.portlet.light.bordered.ad-side-tabs > div.portlet-title > ul > li.active > a[href="#account_setup"]');

 

In whatfix:

#content-data > div.portlet.light.bordered.ad-side-tabs > div.portlet-title > ul > li.active > a[href="#account_setup"]

 

 

Please reach out to the dedicated Enquire Account Manager or Enquire MAP Support team for further assistance.

 

Was this article helpful?
0 out of 0 found this helpful