Is there a way to store the value of the first name using a protractor script? The first name is set when the user logs in and corresponds to the name of the logged-in user. I am wondering if this can be done utilizing by.addLocator()
.
Here is the tag that contains the relevant information, it is located within app-root.
app-root path="/" first-name="abc" last-name="def" is-admin="false"