JaimeS wrote:Hey I was wondering how do I program a logout on Facebook?
Thanks
Hiya:
Yes, sometimes Facebook (FB) moves the logout location around, making it difficult to know how to log out.
You have to send an event to the logout element on the page.
So you have to find the element number...then simply click on it and you're done.
Here's the sequence of commands...
IndexSet 0
IndexFindElement for the logout ID
IndexElementClick
You need to find the expected value of the element that says "logout" first, and you can do this with the eValid PageMap.
http://www.e-valid.com/Products/Documen ... p.gui.htmlThis makes constructing the IndexFindElement command easy, as described in this manual page:
http://www.e-valid.com/Products/Documen ... ement.html--eValid Team