It is a best practice to make your automation script as Dynamic as possible. Here's a sample when dealing with search results or blog post or list of articles.
In this example, I use the google.com search results.
Scenario:
I'd like to automate the searching capability of google search and click the first search result (not the featured) no matter what title or text it has.
Figure 1.0 Search results in google.com
Tip: You can get...