I am trying to automate a process where I can build the selector to click on changing data to access a new web page. The steps are 1) copy data from an email 2) navigate through a website and filter using the data extracted from the email 3) using the data, each filtered result will have different data. I’ve tried to go into the selector and populate a variable:
I can’t get that work as it says the robot doesn’t know where to click.
Hi @schaffer5510
Please share some examples. I think most of your problems can be solved by using an identifier for an active window and maybe recognize what window is active and act on it.
But to give a more accurate assumption a few examples would help.
After extracting my data from the email, I have used it to navigate through my web page and I’ve filtered by the client number. However, under the column “Name”, that company name will change every time.
Why that causes an issue is because the Selector Editor is looking for a specific company name on the page, rather than pulling from a variable:
So then the next time I go to run the robot and have different data for a different company and the search is ran, the robot breaks because “C-tek Insurance Agency” won’t be displayed.
I think that the problem may be the way you are calling the argument inside the selector, since I see that the argument is highlighted in BLUE, the selector may be looking strictly for a text that goes by ‘str_client_name’ and not for the value in the argument.