What I have done :
I have built a library to automatically login into any website using a chrome saved password. And I am done. Its working fine.
What I want now:
I am passing enter email input field’s selectors as a string.
This is how activity look like.
And its properties look like this.
Current Behavior
User 1st have to open UI Explorer… using this have to grab email input field selector. Then copy the selector & paste them into the property of library’s activity.
Expected Behavior
A user just click on “SelectorOfInputField” and UI Explorer get open to click & select selectors. And then on save its automaticly pasted into “SelectorOfInputField” Property.