How can I target elements like this jQuery selector, but without using jQuery?
var header_elements = $("[data-automationid=SiteHeader]");
Explanation: I want to target the element that has a data-autonmationid
attribute with the value of SiteHeader