Welcome to Quandri's technical assignment. This assignment is meant to simulate the work you would do working at Quandri building software robots.
The purpose of this software robot is to find key information about important scientists and display it to the user.
When this robot is run, it should:
- Introduce itself and explain the steps it's about to take.
- Navigate to the wikipedia page of the scientists found in the list SCIENTISTS. SCIENTISTS = ["Albert Einstein", "Isaac Newton", "Marie Curie", "Charles Darwin"]
- Retrieve the dates the scientists were born and died and calculate their age. Also, retrieve the first paragraph of their wikipedia page.
- Display all of this information to the user in an easily understood manner.
- This should be written as production level code. i.e. You would expect this code to pass a PR to get merged into main.
- As this is a software robot, it should not make use of any wikipedia API but it should instead open a browser and navigate to wikipedia in the same manner a human would.
- The provided code can be added to, removed and changed as you see fit.
- Please use rpaframework to complete this task. Documentation for the provided library can be found here
What other nifty features can you add to your robot? This is not required but is an opportunity for you to have fun with your code and show your creativity.
Video demo: https://drive.google.com/file/d/1-HMJgvaPp97rYuoqeIL9fF-jo_kifuvp/view