Support this site by joining our Patreon. For as little as $1 a month you receive exclusive ad-free content, ebooks and online training courses. — Learn more
This page has a div that expands when you hover over it. When the div expands, a link will be visible.
Some pages can be hard to automate, even though the pages are very simple. Like this page, it has very simple HTML, no JavaScript and a very small amount of CSS.
The CSS animates the div on hover, so it will expand.
A link is in the div when the page loads, so is always accessible by any automated execution tools.
But the link is only clickable when the div is expanded.