HI,
I m trying to automate a desktop application where a status of a person is married/ single.
Manually if i am selecting married from the drop down list it is asking for spouse details.
but by default these details are not present on the screen.the automation is only showing the default details.
what activity should i use to find those elements on screen.
Hi @Abhishek14,
While you are trying on indicating the element on the screen, click F2. Then quickly click the dropdown and indicate the element you are trying to click.
You can try with click image once after you click the drop down and then use click image and click on the status you want to click using click image.
2)You can use click drop down and then using click activity change the selector to dynamic where aa name should be dynamic in your case may be unmarried/married etc.