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.
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.
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
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.