Attach browser selector error in chrome

hi i am getting this error even i replaced it with wildcard still same error

Hi @leelakanthi_nagisett,

Look like the selector is correct only, but make sure the web page is navigated correct.

Can you send me the browser screenshot too, while getting this error

Regards,
Arivu

the browser in is dashboard page only

now i have created a web automation to click on workitems now i am getting the selector for workitem button is not correct. same error but with workitems button

Hi @leelakanthi_nagisett,

I think, once login you are trying to click the Work items button correct???

Can you make change WaitForReady to Complete in the properties for click activity

Regards,
Arivu :slight_smile:

its in complete state only

Hi @leelakanthi_nagisett,

Use element exists activity to check the element is present in the screen.

Use Uiexplorer to get more accurate selector.

Regards,
Arivu :slight_smile:

Hi @leelakanthi_nagisett,

If you use UIexplorer it should be working fine, but if you are facing difficulty in the selector.

Use click image on work items.

Use attach browser first and indicate on screen and then perform click action on workitems

Refer the below workflow.

Main (17).xaml (9.0 KB)

i have solved that with hotkeys but i will try this and let you know