ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class Elgg3.Elgg3(system, config)

Regardless of browser or platform, most of the functionality of using Elgg version 3 will be the same. This class provides the logic to perform the tasks, while children can point to the right regions to identify what we need on the screen.

advance_to_username_field(*args, **kwargs)

Not every web app will want to click directly on something to enter the username for login, though most will. Provide that as a default implementation, but this hook will let special sites do just this piece as needed.

comment(*args, **kwargs)

Make the given comment on the currently read post.

logout(*args, **kwargs)

Log the current user out

post(*args, **kwargs)

Create a post with the given content.

Parameters:

  • title: the string that is the title of the post

  • content: the string that is the body of the post