Hi All,
I have some trouble with UiPath Chrome extension.
When I Open Browser with Chrome, Get Text / Click works fine.
but Click Text / Text Exists does not work.
How can I fix this?
Google Chrome is up to date
Version 80.0.3987.132 (Official Build) (64-bit)
Element Exist return True, Selector is working fine.
As Selector is working.
I use Click set Selector "<webctrl innertext='Gmail' />" instead of Click Text Text âGmailâ,
and Element Exist set Selector "<webctrl innertext='Gmail' />" instead of Text Exists Text âGmailâ
to achieve this.
directly use Click Text still pop error msg
Click Text âDIVâ: The method or operation is not implemented.
I tried it on other website, such like âhttps://www.google.comâ Click Text Text âGmailâ, same issue.