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.