I am totally new to UIPATH and Tried the selector on EDGE for Google search , but it is not working ?
Can someone help me please
I am totally new to UIPATH and Tried the selector on EDGE for Google search , but it is not working ?
Can someone help me please
Can you elaborate what you are trying to do?
Just to write anything in the search input for Google .
Lesson 1 only I am in
Hi, please make sure that the UiPath Extension for Microsoft Edge is installed and try again.
You can check and install it on your UiPath Studio under Tools > UiPath Extensions
The Extention is already installed , but the same issue
First check , if you installed the extension for edge.
Then, you can use recording option from the design ribbon.
You can refer this video for recording:
or you can use open browser activity and in the properties specify the browser and url.
It will open that url in that browser
I am using the Input type , the browser is being intaited , but nothing in the text being typed.
How I can debug to understand why it not being selected ?
use Type into activity
Instead of clicking Run, click Debug. This mode will stop when there is an error. When that happens, take a screenshot and show us the error.
My guess is the selector for the Type Into needs to be edited to make it reliable. Sometimes object properties can change each time a page loads, and you need to use other properties in the selector.
IT is either Giving me Anchor missing or double value found when I am trying to find validate .
Hi @Essam_Fahad,
Try with these settings in your “Use Browser” activity:
Close: Never
Open: Always or IfNotOpen
This way the browser first open, after it, it will execute the “type into” activity.
Overview activities:
Kind regards,
Robert
You have a popover message appearing on the page with that Save to OneDrive button. Get rid of that.
Non of this worked with me , I have changed the Project setting and Everything start working fine . How is that !!!? what is the difference when I switch of the modern design Experince
Hi @Essam_Fahad,
If you switch off Modern Design, u will be using the classic activities, both should work.
Kind regards,
Robert