Using Selectors to find objects on the screen

Hi,

I am creating an automation that requires selecting some parameters within the web app SAP Concur. I am attaching a screenshot of what I am trying to select below.

I tried:

  1. Using a “type into” activity to select the year (2019).
  2. Using a “type into” activity to select anywhere on the page and pressing pgdn.
    The image above is zoomed out but really this Oracle screen has a scrolldown bar I am using pgdn to overcome.
  3. Using a “click” activity to select Finish at the bottom of the screen.

My selector for activity #1 is:

My selector for activity #2 is

My selector for activity #3 is:

The selector for activity #1 works but 2 and 3 do not work. How can I get them to work?

@hall1570

We’re not able to see the selectors. Could you please update.

I have actually figured out how to resolve my issue. I needed to use the wildcard function in the titles of each activity (*).

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.