hercai
Junior Member
- Sep 16, 2019
- 143
- 23
Hello!
When I visit the homepage of a WordPress site, how can I identify the URLs of the articles on the site? My goal is to capture the URL of any article correctly and proceed with further actions. I’ve tried the following methods, but they weren’t successful: ".post-title a", "h1/2/3/4/5.entry-title a" and "article a"
Which parameter, element, or XPath method should I use to detect article URLs properly? Can you help me with this?
When I visit the homepage of a WordPress site, how can I identify the URLs of the articles on the site? My goal is to capture the URL of any article correctly and proceed with further actions. I’ve tried the following methods, but they weren’t successful: ".post-title a", "h1/2/3/4/5.entry-title a" and "article a"
Which parameter, element, or XPath method should I use to detect article URLs properly? Can you help me with this?