Add selector for post owner ID
parent
b1a71ac617
commit
2d7c98f685
|
@ -113,6 +113,12 @@ export const POST = {
|
|||
* For use within a `THREAD.POSTS_IN_PAGE` selector.
|
||||
*/
|
||||
ID: "span[id^=\"post\"]",
|
||||
/**
|
||||
* Unique ID of the post author in the `data-user-id` attribute.
|
||||
*
|
||||
* For use within a `THREAD.POSTS_IN_PAGE` selector.
|
||||
*/
|
||||
OWNER_ID: "* div.message-cell--user > * a[data-user-id]",
|
||||
/**
|
||||
* Main body of the post where the message written by the user is contained.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue