Skip to content

Instantly share code, notes, and snippets.

View signsofts's full-sized avatar
😄
On vacation

ไซน์ซอฟต์ โซลูชันส์ signsofts

😄
On vacation
View GitHub Profile
{
"captcha": "//div[contains(@class, \"captcha\")]",
"like_icon": "//button[.//span[@data-e2e=\"browse-like-icon\" or @data-e2e=\"like-icon\"]]",
"fav_icon": "//button[.//span[@data-e2e=\"favorites-icon\" or @data-e2e=\"undefined-icon\"]]",
"share_icon": "//button[.//span[@data-e2e=\"share-icon\"]]",
"video_share_icon": "//a[@data-e2e=\"video-share-repost\"]",
"repost_option": "//div[@data-e2e=\"share-repost\"]",
"comment_icon": "//button[.//span[@data-e2e=\"comment-icon\"]]",
"comment_input": "//div[@contenteditable=\"true\"]",
"comment_post": "//div[@data-e2e=\"comment-post\"]",