Hola buenos dias
gente nesesito un favor
estoy haciendo unn proceso el cual haga esto
abrir la pagina (link.del pagina )
en la pagina me voy a encontrar con el login
ingrese correo (correo.mail.com )
ingrese contraseña (contraseña123)
eso parte ya esta creada
el probelma es
que cundo la contraseña sea incorreta
el proceso se detenga
y me salga un mensaje indicando que debo cambiarla
idioma (en español)
Hello good morning
people i need a favor
I am doing a process that does this
open the page (link.del page)
on the page I will find the login
enter email (mail.mail.com)
enter the password (password123)
that part is already created
the problem is
when the password is wrong
the process stops
and I get a message indicating that I have to change it
(ingles)
Para esto despues de que haces click en “Iniciar Sesion” deberias de buscar el elemento con el mensaje de error, con la actividad de element exists esto te va a devolver un boolean, luego comparas el resultado con un if y si el mensaje de error existe lanzas una excepcion con Throw. Te recomiendo ver el UiPath Academy para mas ayuda con conceptos basicos.
aqui puedes observar que capture el error
he no se con que paso seguir
ahi coloque el element exist el cual ya esta
y el if que aun no tiene nada y
debajo esta el throm no se como hacer ese paso
Firsty, I recommend you to check whether you are logged in or not. In this way, you can speed up your process by controlling the high probability.
You opened the page and filled in the fields related to Type into, pressed login with the button, and then you created a field indicating login. If the Exist is true, everything is fine. In case it’s wrong, you can find the pop-up that pops up and get the error by reading it.
@fernando_zuluaga En las versiones mas recientes de UiAutomation Activities desaparece el Element Exists tradicional y se reemplaza con “Check App State”, entenderia que @Steven_Ramos esta utilizando una version reciente/cloud/community y el element exist que encuentra es el de CV.