Intro PW Lawyers need to automate their login procedure performed in a browser and afterward store scraped data in a text file. What you will learn Primarily:Browser automationOpen a browserClick elementsType into fieldsExtract dataSecondarily:Write data to a text file Client Name PW Lawyers Process Name BrowserAutomation Description This use case takes you through the most important steps for automating browsers. Create a flow, that:Open a browser of your choiceNavigate to the-internet.herokuapp.comLogin using the credentials stated on the siteAdvanced: Store the password as encryptedTake a screenshot of the secure area andStore it into a txt file Hints Launch new [browser]Populate text field on web page to type in the user namePopulate text field on web page to type in the passwordIn the Text choose Direct encrypted text input from the dropdownPress button on web pageExtract data from web page to get the text data and store it in a variableWrite text to file to write the scraped text Video Guide