Jump to content
UBot Underground

Xpath Click Using Exbrowser


Recommended Posts

I can't figure out how to CLICK one of these elements with ExBrowser. Any ideas?

 

/html/body/ytd-app/div[1]/ytd-page-manager/ytd-watch/div[1]/div[2]/div/ytd-comments/ytd-item-section-renderer/div[2]/ytd-comment-thread-renderer[2]/ytd-comment-renderer/div[1]/div[2]/ytd-comment-action-buttons-renderer/div[1]/ytd-toggle-button-renderer[1]/a/yt-icon-button/button/yt-icon
 
/html/body/ytd-app/div[1]/ytd-page-manager/ytd-watch/div[1]/div[2]/div/ytd-comments/ytd-item-section-renderer/div[2]/ytd-comment-thread-renderer[2]/ytd-comment-renderer/div[1]/div[2]/ytd-comment-action-buttons-renderer/div[1]/ytd-toggle-button-renderer[2]/a/yt-icon-button/button/yt-icon
Link to post
Share on other sites

Hi you can use this code to click Like comment button on youtube

The number inside bracket [3] is show the sequence of the comment,

for comment no 1 you use [1].

plugin command("ExBrowser.dll", "ExBrowser Click", "x:(//ytd-toggle-button-renderer[@id=\'like-button\']/a/*/button[contains(@aria-label,\'like this comment\')])[3]")

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...