Roger Tyson

Results 6 comments of Roger Tyson

Thank you for your time. Your response is pretty much what I have done. Here is the results from the "copy selector": `#input > div.input-button-container.outer-button-container.text-input-container-right-adjustment > div` and this is...

It's an portal hosted on AWS. So, yeah, it is visible to the world, but we've got it locked down with authentication so I don't believe I could get you...

Access not allowed I'm not sure where we can go from here. Thanks for your help.

No, it didn't help. :( And the code I tried: ``` const subButton = document .querySelector('deep-chat').shadowRoot .querySelector('.input-button.input-button-svg.outside-right.submit-button-enlarged.disabled-button'); console.log("subButton: ", subButton); ``` and the result is still `NULL`

Yes, querySelector('deep-chat').shadowRoot works. My co-worker has the same results on his computer and browsers. In fact, he passed it off on me because he wasn't getting anywhere with it either.