Yes you are saying right
Hi,
My issue is , i am working on a website which is “https” and below mentioned is the screenshot-
When i logs in the application - on a particular page in the website I am not able to get elements while for the same application I am getting the elements on another pages .
I am able to indicate elements on that screen -
But getting error when running the same-
Error is-
We were using internet explorer before but due to performance we are migrated on chrome. It is a production robot.
And we try the above mentioned processes on 3 systems but behaviour is same on every machine.
dot net version is updated now to 4.6.2 .
and chrome version is
Please help.
So just to clarify, you can perform Click activity on other elements in Chrome but not on this title?
Could you post a screenshot of this element from UiExplorer? We might have to look into the selector. My first thought would be to play around with different properties of the element to create a working selector for the Click activity.
Hi loginerror,
I tried click activity, click text, attach window, element exist but no positive response.
On element exist- It is always false as elements are not found.
Attcah window, click - Elements not found as per above screenshots.
Click text- text not found(i copy the exact text from application)
<html app='chrome.exe' title='Empty Wagon Disposition ' />
<webctrl aaname='Leerwagendisposition' parentid='parentMenuMainNavigation' tag='A' />
BOT is not identifying a single element on the above screen but once we manually click on any button and it moves into next screen it identifies the element on that particular screen.
I would ask does it find the element if the window stays open after you have selected the element (rather than closing the window)… you might need to test the activity separated from the rest of your workflow to just see if it works while window is open.
So, if that test works successfully, then you know it’s being caused by Chrome closing and opening again. This could be a fault with the Chrome Extension and I would suggest maybe trying to reinstall it if you haven’t already. Also, this issue could be isolated to that particular user id that you are running it from, so I would maybe test this on another user id or environment.
Just a few additional thoughts.
Hi ClaytonM,
I am using a separate workflow just to perform actions on that particular window. Not running the complete process. But facing this error.
Also we check this on 3-4 different machines but behaviour is same. So as per my view there is no fault in chrome extension. On a different machine i add the extension and try to get the elements from uipath but same behaviour.
Is there any specific setting for chrome ?
I tried every possible way to get elements of that particular screen(change environment, add ins , update .net, using different systems) but output is same it is not able to get the elements of that screen.
Hi all,
Any update on this issue.