Need help in clicking on filter

image

Need help in clicking on filter icon here in attached image there is servicecalltime header after that there is a filter icon now. I should click on filter icon and send from date and to date. also for clicking on service calltime filter we scroll right side then only we can find that servicecalltime now. Can anyone help me please it’s urgent, Everytime position may vary.

Hi @sandhyarani

Use Find Element or Anchor Base to locate servicecalltime header, scroll right with Send Hotkey, then Click filter icon and enter from and to date using Type Into.

Happy Automation

@sandhyarani

if type into supports then use type into with simulate or chromium api then you dont need to focus the element as well

if type into is not an option then you can use click the same way with simulate or chromium api..but make sure the innertext value exactly matches with the time and date and format

cheers

Scroll to the right until header is found, then using Anchor base – Indicate Header as anchor, Filter icon as target, then enter dates using Set Text activity /Type Into.

Another alternate solution could be using find childern activity, usong this get all cols in header row, loop through this and match with “ServiceCall Time”, then click and proceed.

anchor base is not working getting timeout error

@sandhyarani

did you try the above method..also show the selector or check it properly to see if it is valid

cheers

Firstly, can you help me how to scroll right until I get servicecalltime using if or while loop is it possible

@sandhyarani

you dont need to scroll at all

but if you still need to,then use mouse scroll activity and in proeprties select right

cheers


can you check once

@sandhyarani

you dont need an achor base at all

use use mouse scroll select the container with scroll..thats it

cheers