Is there a way I don’t have to hard code the File Path to create a folder on a Windows profile?
Example:
C:\Users\UserName\Downloads
Is there a way in which I can get the UserName Profile currently being used so the FilePath can be different for the name of the user running the test?
The username in my work windows folder is in lowercase, so I added step 2 to convert it to lowercase and used trim step to remove some extra whitespace. You can skip those steps if not needed.