|
const string | postDateXPath = "//*[@data-spot-im-class='message-timestamp']" |
|
const string | postDateXPathLegacy = "//div/div[1]/span/span" |
|
const string | contentXPath = "//*[@data-spot-im-class='message-text']" |
|
const string | authorXPathLegacy = "//div/div[1]/button" |
|
const string | authorXPath = "//button[@data-spot-im-class='user-info-username']" |
|
const string | likesXPath = "//span[contains(@class, 'components-MessageActions-components-VoteButtons-index__votesCounter')]/text()" |
|
const string | likesXPathLegacy = "//div/div[4]/div[2]/button[1]//text()" |
|
const string | dislikesXPath = "//*[contains(@class, 'components-MessageActions-components-VoteButtons-index__votesCounter')]//span[1]/text()" |
|
const string | showMoreXPath = "//button[contains(., 'Show More Comments')]" |
|
const string | repliesXPath = "//button[contains(., 'Replies')]" |
|
const string | sortButtonXPath = "//button[contains(@class, 'sort-filter-button')]" |
|
const string | sortByCreatedAtXPath = "//ul[contains(@class, 'sorting-tabs')]/li[2]/button[1]" |
|
const string | sortByCreatedAtTextXPath = "//div[contain(., 'Newest Reactions')]" |
|
The documentation for this class was generated from the following file: