My Type Into step in replay comment feature was error, how can I solve this?

I am trying the replay comment feature on Facebook. Here are my steps: touch replay → use activity Type Into(NB) to write the answer. However, moving to Type Into step I saw this error, may someone help me with this?
image

Hi @michaelhehe ,

The Type Into (NB) activity cannot be executed as the element was not found. You should:

  1. Wait for the element exists by using Wait Page Load Complete (NB) or check Element Exists (NB), then execute the Type Into (NB) activity

  2. Re-check the current selector with the element on Facebook page to see if it’s the same or not. Xpath may change in each run.

Regards,
akaBot Support Team