Hello, I need help about that two buttons in youtube: ''No thanks'' and ''I agree''
For the first one I have this code:
await ClickByClass("style-scope yt-button-renderer style-text size-small");
But for the second one I don't know what to write, because class and id doesn't work for me. Could someone give me a hand? Thanks in advance.
For the first one I have this code:
await ClickByClass("style-scope yt-button-renderer style-text size-small");
But for the second one I don't know what to write, because class and id doesn't work for me. Could someone give me a hand? Thanks in advance.