Find Text on Table on Browser

Hi, Everyone

I have problem in my project. As picture, I have to find ID No. on the table on browser. If it found then I have to click on the pencil for edit.

I use “Text Exists” Activity but it always return false.

What am I wrong for this case? Please advise.

@Supakinee_Navawong_na_ayu , You can use get text activity to get the extract the ID number from the application and check the output of get text as String.IsNullOrEmpty(OutputText.ToString.Trim) if its true then click on pencil for edit.

Thank you. your suggeston is work!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.