chrome-tab-modifier
chrome-tab-modifier copied to clipboard
Long selector chain is not working
I have this selector: #cust-info > div:nth-child(5) > div.col-lg-9.col-md-9.col-sm-9. I've tested it in the developer console, it works but it won't replace the title as it will just print the whole selector.

Am I doing it wrong?
Thanks
I Have the same problem.
Selector: body>app-root>app-edit>app-bar>div.flex>div.flex:last-child>div:nth-child(2)
Ever figure this out?
Hello @annahri,
What is the result when you do .innerText?
Feel free to reopen the issue if you still encounters problems.
Best