79330550

Date: 2025-01-05 10:25:16
Score: 1
Natty:
Report link

If the class name is not suitable, try using the button name:

//div[contains(.,"Post") and @role="button"]

If the button name is the same everywhere, use normalize-space() to match exactly:

//div[normalize-space(text())="Post" and @role="button"]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: iob