I did web record some web activities in Studio. The sequence of steps generated are
Use Browser Chrome
Browser URL
Click…and further steps…
The issue is the browser title in the locator which is coming with a number (6). I changed it to in the “Use Browser Chrome” activity and it is then able to find but I am not able to do the same in the “Click” activity as this line is greyed out there. How is it possible to change the locator that is greyed out? Thanks in advance for any help.
Hi Kalees, Both images of the “Use Browser Chrome” activity that I recorded, In 1st the default title and in 2nd, title is wildcard after manually changing. Here the title line was not greyed out.
The reason of that issue, your using the click activity inside the open browser activity which act as partial selector.
There are 2 ways to overcome this, either use the click activity outside the open browser which act as full selector which you will be able to change or else open the UiExplorer of open browser and enter * in the title field.