Our Selenium script requires we use variables, but we can not seem to specify the variable values:
Instead the name of the variable is appearing:
This is caused by incorrect syntax.
To make use of variables, you'll need to use ${ name of variable }
For example, the variable username should be written as ${username} and the variable for password is written as ${password}
The results is that the specified username and password will be typed