Forum Discussion

shantlk's avatar
shantlk
Contributor
7 years ago
Solved

Object not found error is displayed for keyword test when selecting a date from clender date picker

Hi, In my keyword test I need to select a date from the calendar date picker. I have mapped the objects during recording and when I check it is available in the name mapping as well. However when ...
  • baxatob's avatar
    baxatob
    7 years ago

    1) How did you map your object - cell16? What properties / values did you use? The basic approach is to find differences in properties between enabled and disabled items, then use it in the name mapping.

     

    2) It is difficult to suggest something without seeing the source code of your page. Probably one of the solutions to interact with your combobox could be setting the value directly into the textbox using the Keys method: Keys("value[Enter]"). This workaround allows you to avoid opening the dropdown.