Jenda Karel
Jenda Karel

Reputation: 11

How to identify Facebook timeline element to post something with Robot Framework?

Can you help me to identify element ID or any other locator of timeline composer in Facebook profile ?

I need this to use in Robot framework with selenium2library to post something on my wall.

I can log in to Facebook, navigate to profile, but I cant input text into timeline composer. I tried to use Click element before inserting text, but no success.

I am using "inspect element" in browsers/firebug add-on to identify elements. In this case, unfortunately all locators I have tried giving errors like:

Element does not appear in 5 seconds

or

Element must be user editable in order to clear it

Upvotes: 1

Views: 417

Answers (1)

Jenda Karel
Jenda Karel

Reputation: 11

Non dynamic locator for FB timeline-composer has name "xhpc_message_text" (18.10.2016)

Input text      name=xhpc_message_text  test

Upvotes: 0

Related Questions