Hello developpers,
I don’t understand the difference between two activities.
Test Exist vs Element Exist
In my use case, I test the presence of this (on yellow):
In first, what is the difference between the two activities, and in my use case what is the best practice ?
Thanks for yours returns !
Best regards
Gokul001
(Gokul Balaji)
November 21, 2022, 10:14am
2
Hi @mateo.drouillard
Element exist - It will check for the UI element that appear on the website.
Text exist - It will check for the particular text in the website
Regards
Gokul
1 Like
Gokul001
(Gokul Balaji)
November 21, 2022, 10:16am
3
Check out the official document @mateo.drouillard
1 Like
Yoichi
(Yoichi)
November 21, 2022, 10:16am
4
HI,
Do you mean TextExists?
TextExists can check if target text exists inside element. For example, we can use it for Notepad.exe even if each string cannot be chose as UiElement.
ElementExists can be used to check if specific UiElement exists in target application.
Regards,
@mateo.drouillard text exists check the particular text present on uielement.
In your case element exists would be best activity
1 Like
Gokul001
(Gokul Balaji)
November 21, 2022, 10:34am
6
Hi @mateo.drouillard
You can use text exist it will give you the better result.
Regards
Gokul
system
(system)
Closed
November 24, 2022, 10:34am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.