com.atlassian.confluence.selenium.client
Class LabelsDialog

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.LabelsDialog

public class LabelsDialog
extends java.lang.Object


Field Summary
static java.lang.String LABELS_INPUT_FIELD_ID
           
 
Constructor Summary
LabelsDialog(ConfluenceSeleniumClient client, ConfluenceSeleniumAssertions assertThat)
           
 
Method Summary
 void close()
           
 java.lang.String getToggleElementId()
          Get the id of the element used to open and close the labels editor
 boolean isOpen()
           
 void open()
           
 void type(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABELS_INPUT_FIELD_ID

public static final java.lang.String LABELS_INPUT_FIELD_ID
See Also:
Constant Field Values
Constructor Detail

LabelsDialog

public LabelsDialog(ConfluenceSeleniumClient client,
                    ConfluenceSeleniumAssertions assertThat)
Method Detail

getToggleElementId

public java.lang.String getToggleElementId()
Get the id of the element used to open and close the labels editor


open

public void open()

close

public void close()

isOpen

public boolean isOpen()

type

public void type(java.lang.String text)


Copyright © 2003-2014 Atlassian. All Rights Reserved.