Class Collaboration

java.lang.Object

public class Collaboration
extends Container
Represents Selenium component for Workbench Collaboration
  • Field Details

  • Constructor Details

  • Method Details

    • clickEdit

      public void clickEdit()
      Clicks on "Edit" button. Note that Collaboration should be already shared so that "Edit" button will appear.
    • clickSave

      public void clickSave()
      Clicks on "Edit" button. Note that Collaboration should edit mode so that "Save" button will appear on UI.
    • share

      public void share()
      Clicks on "Share" button of collaboration.
    • enterText

      public void enterText​(java.lang.String text)
      It will add text to collaboration content. Make sure that collaboration content should be in edit mode. You can use clickEdit() if its not newly created collaboration.
      Parameters:
      text -
    • getCollaborationContent

      public java.lang.String getCollaborationContent()
      Returns:
      String for collaboration content
    • switchDriver

      public void switchDriver()
      Description copied from class: Container
      This is solely used to support its subclass, Frame. The default implementation does nothing.
      Overrides:
      switchDriver in class Container
      See Also:
      Container.switchDriver()
    • getCollaborationName

      public java.lang.String getCollaborationName()
      Returns:
      the collaborationName
    • setCollaborationName

      protected void setCollaborationName​(java.lang.String collaborationName)
      Parameters:
      collaborationName - the collaborationName to set
    • getParentFrameEl

      public org.openqa.selenium.WebElement getParentFrameEl()
      Returns:
      the parentFrameEl
    • setParentFrameEl

      public void setParentFrameEl​(org.openqa.selenium.WebElement parentFrameEl)
      Parameters:
      parentFrameEl - the parentFrameEl to set