I'm writing a web extension in Typescript.
I want to insert a custom element at the end of a div
element on the page. But the div
does not have an id. The only way I can think of addressing it is with the XPath:
/html/body/div[7]/div[3]/div/div[2]/div[1]/div[2]/div/div/div/div/div[1]/div[2]/div[1]/div
Thanks for helping me out