I need to extract data within text boxs that appear after positioning the mouse on the webpage

Hi @P_SL,

You can try doing below:

  1. use element exists activity to check if text box exists
  2. if exists, then using Get Text or Get attribute, you can fetch the value written in the text box.

Regards
Sonali