Improved selector

pull/73/head
MillenniumEarl 2021-03-02 20:56:02 +01:00
parent 3a912aa9d9
commit b54566350a
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export const MEMBER = {
* *
* It also contains the unique ID of the user in the `data-user-id` attribute. * It also contains the unique ID of the user in the `data-user-id` attribute.
*/ */
NAME: "span.username", NAME: "span[class^=\"username\"]",
/** /**
* Title of the user in the platform. * Title of the user in the platform.
* *
@ -146,6 +146,7 @@ export const MEMBER = {
REACTION_SCORE: "div.pairJustifier > dl:nth-child(2) > dd", REACTION_SCORE: "div.pairJustifier > dl:nth-child(2) > dd",
POINTS: "div.pairJustifier > dl:nth-child(3) > * a", POINTS: "div.pairJustifier > dl:nth-child(3) > * a",
RATINGS_RECEIVED: "div.pairJustifier > dl:nth-child(4) > dd", RATINGS_RECEIVED: "div.pairJustifier > dl:nth-child(4) > dd",
AMOUNT_DONATED: "div.pairJustifier > dl:nth-child(5) > dd",
/** /**
* Button used to follow/unfollow the user. * Button used to follow/unfollow the user.
* *