public abstract class AbstractNewProjectFinalPage
extends com.intellij.remoterobot.fixtures.CommonContainerFixture
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractNewProjectFinalPage.ProjectFormatType
Enumeration defining values of the 'Project format' combo box
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNewProjectFinalPage(com.intellij.remoterobot.RemoteRobot remoteRobot,
com.intellij.remoterobot.data.RemoteComponent remoteComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeAdvanceSettings()
Close the 'Advanced Settings' section
|
java.lang.String |
getProjectLocation()
Get the project location for new project in the 'New Project' dialog
|
java.lang.String |
getProjectName()
Get the project name for new project in the 'New Project' dialog
|
void |
openAdvanceSettings()
Open the 'Advanced Settings' section
|
void |
setProjectLocation(java.lang.String projectLocation)
Set the project location for new project in the 'New Project' dialog
|
void |
setProjectName(java.lang.String projectName)
Set the project name for new project in the 'New Project' dialog
|
actionButton, actionButton, actionButton, actionButtons, actionButtons, actionLink, actionLink, actionLink, actionLinks, browser, browser, browser, browser, button, button, button, buttons, checkBox, checkBox, checkBox, checkBox, checkBoxes, comboBox, comboBox, comboBox, comboBox, comboBoxes, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindows, heavyWeightWindows, jLabel, jLabel, jLabel, jLabels, jList, jList, jList, jList, jList, jLists, jLists, jMenuBar, jMenuBar, jMenuBar, jMenuBar, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenus, jPopupMenus, jTree, jTree, jTree, jTree, jTrees, jTrees, radioButton, radioButton, radioButton, radioButtons, textArea, textArea, textArea, textAreas, textEditor, textEditor, textEditor, textEditor, textEditors, textEditors, textField, textField, textField, textField, textFieldsfind, find, find, find, findAll, findAll, getFinderclick, click, doubleClick, getBackgroundColor, getForegroundColor, rightClickallText, allText, allText, callJs, callJs, execute, execute, execute, extractData, findAllText, findAllText, findAllText, findAllText, findText, findText, getComponentHashCode, getData, getHasFocus, getLocationOnScreen, getRemoteComponent, getRemoteRobot, getScreenshot, hasText, hasText, hasText, isFocusOwner, isShowing, retrieve, retrieve, retrieveData, runJs, runJs, textprotected AbstractNewProjectFinalPage(@NotNull
com.intellij.remoterobot.RemoteRobot remoteRobot,
@NotNull
com.intellij.remoterobot.data.RemoteComponent remoteComponent)
public java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName - name of the new projectpublic java.lang.String getProjectLocation()
public void setProjectLocation(java.lang.String projectLocation)
projectLocation - project location of the new projectpublic void openAdvanceSettings()
public void closeAdvanceSettings()