In above image I have to click on admin report den client status but whenever indicating that element drop down will not show
So I’m not able to indicating that element
In above image I have to click on admin report den client status but whenever indicating that element drop down will not show
So I’m not able to indicating that element
Hi @suraj_gaikwad
Use Hover Activity
That will not work bcz that. We don’t have to select the direct mouse will go there it’s shows the drop down
When you are using the click activity to click on the dropdown list. Hit on the F6 function to enable the hoverable selection in the selection option when you are indicating the Ui element.
Check the Below image for more understanding.
Hope it helps!!
@lrtetala @mkankatala
I didn’t get that option once I press F6
@lrtetala
Yess right but after select the hover and I’m hit the F6 function this image I didn’t getting
I think you are using Classic activities that’s why it was not showing the option in the click activity.
Use the Hover activity to extend the selection of Select item.
After using this also it not works make changing the Ui Framework option by clicking on Function F4 key then it will hover on the selection option. Check the below image.
Hope it helps!!
No I’m using Modern activity same issue
If you are using the Modern click activity when you are indicating the element in the browser you will get one selection options window. In that window you will find the Hoverable elements selection option click on it and indicate the element. It works as hover and click activity for this type of selection. Check the below image for more clarification for you. @suraj_gaikwad
Hope it helps!!
I try this but it’s showing the next which I want after click on client status
Hi,
You can use Click Text activity too, if normal click or any other activity is not working.
Make sure you open you dropdown using hover action or click.
Thanks.