-
abbot.tester.JComponentTester.click()
-
abbot.tester.Robot.click()
Click in the center of the given component.
-
com.atlassian.pageobjects.elements.PageElement.click()
-
com.crawljax.core.configuration.CrawlRules.CrawlRulesBuilder.click()
-
com.crawljax.core.configuration.CrawlSpecification.click()
Set of HTML elements Crawljax will click during crawling For exmple 1)
2)
click("a") will only include 1 This set can be restricted by {@link #dontClick(String)}.
@param tagName the tag name of the elements to be included
@return this CrawlElement
-
com.gargoylesoftware.htmlunit.html.ClickableElement.click()
-
com.gargoylesoftware.htmlunit.html.HtmlAnchor.click()
-
com.gargoylesoftware.htmlunit.html.HtmlButton.click()
-
com.gargoylesoftware.htmlunit.html.HtmlButtonInput.click()
-
com.gargoylesoftware.htmlunit.html.HtmlCheckBoxInput.click()
-
com.gargoylesoftware.htmlunit.html.HtmlDivision.click()
-
com.gargoylesoftware.htmlunit.html.HtmlElement.click()
Simulates clicking on this element, returning the page in the window that has the focus after the element has been clicked. Note that the returned page may or may not be the same as the original page, depending on the type of element being clicked, the presence of JavaScript action listeners, etc.
@param < P> the page type
@return the page contained in the current window as returned by {@link WebClient#getCurrentWindow()}
@exception IOException if an IO error occurs
-
com.gargoylesoftware.htmlunit.html.HtmlImage.click()
Simulates clicking this element at the specified position. This only makes sense for an image map (currently only server side), where the position matters. This method returns the page contained by this image's window after the click, which may or may not be the same as the original page, depending on JavaScript event handlers, etc.
@param x the x position of the click
@param y the y position of the click
@return the page contained by this image's window after the click
@exception IOException if an IO error occurs
-
com.gargoylesoftware.htmlunit.html.HtmlInput.click()
Simulate clicking this input with a pointing device. The x and y coordinates of the pointing device will be sent to the server.
@param < P> the page type
@param x the x coordinate of the pointing device at the time of clicking
@param y the y coordinate of the pointing device at the time of clicking
@return the page that is loaded after the click has taken place
@exception IOException If an io error occurs
@exception ElementNotFoundException If a particular XML element could not be found in the DOM model
-
com.gargoylesoftware.htmlunit.html.HtmlOption.click()
-
com.gargoylesoftware.htmlunit.html.HtmlRadioButtonInput.click()
-
com.gargoylesoftware.htmlunit.html.HtmlSpan.click()
-
com.gargoylesoftware.htmlunit.html.HtmlSubmitInput.click()
-
com.gistlabs.mechanize.document.link.Link.click()
Follows the link by using the original agent.
-
com.google.gwt.dom.client.ButtonElement.click()
Simulate a mouse-click.
-
com.google.gwt.user.client.ui.Button.click()
Programmatic equivalent of the user clicking the button.
-
com.meterware.httpunit.WebLink.click()
Submits a request as though the user had clicked on this link. Will also fire the 'onClick' event if defined. If clicking results in submitting a request (that is, there is no 'onClick' event or it returns true, this method will return the result of that submission; otherwise, it will return the updated contents of the frame containing this link. Note that if an event updates a different frame that frame will not be returned by this method.
-
com.ponysdk.ui.server.basic.PButton.click()
-
com.ponysdk.ui.server.basic.PLabel.click()
-
com.thoughtworks.selenium.DefaultSelenium.click()
-
com.thoughtworks.selenium.Selenium.click()
Clicks on a link, button, checkbox or radio button. If the click action causes a new page to load (like a link usually does), call waitForPageToLoad.
@param locator an element locator
-
com.vaadin.testbench.TestBenchElement.click()
-
com.vaadin.testbench.elements.ButtonElement.click()
-
com.vaadin.testbench.elements.CheckBoxElement.click()
-
com.vaadin.testbench.elements.ComboBoxElement.click()
-
com.vaadin.testbench.elements.GridLayoutElement.click()
-
com.vaadin.testbench.elements.MenuBarElement.click()
-
com.vaadin.testbench.elements.PanelElement.click()
-
com.vaadin.ui.Button.click()
Simulates a button click, notifying all server-side listeners. No action is taken is the button is disabled.
-
daveayan.gherkinsalad.components.Element.click()
-
daveayan.gherkinsalad.components.core.Element.click()
-
net.sf.sahi.client.ElementStub.click()
Performs a click on this element.
Internally calls browser.click(this);
@throws ExecutionException
-
net.sf.swtbot.widgets.SWTBotButton.click()
Click on the button.
-
net.sf.swtbot.widgets.SWTBotMenu.click()
Clicks on the menu item
-
net.sf.swtbot.widgets.SWTBotTreeItem.click()
Clicks on this node.
@return the current node.
@since 1.2
-
net.sourceforge.marathon.component.MComponent.click()
Simulate a single/double click on the Component
@param numberOfClicks
-
net.sourceforge.processdash.util.ProfTimer.click()
-
org.apache.geronimo.testsuite.common.selenium.EclipseSelenium.click()
-
org.apache.myfaces.extensions.cdi.test.cargo.SimplePageInteraction.click()
-
org.eclipse.egit.ui.test.SWTBotTreeColumn.click()
Clicks the item.
-
org.eclipse.swtbot.eclipse.finder.widgets.SWTBotCommand.click()
Simulates the click action of the menu.
@throws WidgetNotFoundException Thrown if the action or command id are not valid.
-
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditPart.click()
click on the edit part.
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotButton.click()
Click on the button.
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox.click()
Click on the checkbox, toggle it.
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu.click()
Clicks on the menu item
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotTable.click()
Click on the table on given cell. This can be used to activate a cellEditor on a cell.
@param row the row in the table.
@param column the column in the table.
@since 1.2
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton.click()
Click on the tool item.
@since 1.0
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton.click()
Click on the tool item.
@since 1.0
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton.click()
Click on the tool item.
@since 1.0
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton.click()
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton.click()
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem.click()
Clicks on this node.
@return the current node.
@since 1.2
-
org.eclipse.wb.tests.gef.UiContext.click()
-
org.fest.swing.core.Robot.click()
Simulates a user clicking once the given AWT or Swing {@code Component} using the left mouse button.
@param c the {@code Component} to click on.
@throws ActionFailedException if the {@code Component} to click is out of the boundaries of the screen.
-
org.fest.swing.fixture.FrameFixture.click()
Simulates a user clicking this fixture's {@link Frame}
.
@return this fixture.
-
org.fest.swing.fixture.JButtonFixture.click()
Simulates a user clicking this fixture's {@link JButton}
.
@return this fixture.
@throws IllegalStateException if this fixture's JButton
is disabled.
@throws IllegalStateException if this fixture's JButton
is not showing on the screen.
-
org.fest.swing.fixture.JCheckBoxFixture.click()
Simulates a user clicking this fixture's {@link JCheckBox}
.
@return this fixture.
@throws IllegalStateException if this fixture's JCheckBox
is disabled.
@throws IllegalStateException if this fixture's JCheckBox
is not showing on the screen.
-
org.fest.swing.fixture.JMenuItemFixture.click()
Simulates a user selecting this fixture's {@link JMenuItem}
.
@return this fixture.
@throws IllegalStateException if this fixture's JMenuItem
is disabled.
@throws IllegalStateException if this fixture's JMenuItem
is not showing on the screen.
@throws ActionFailedException if the menu has a pop-up and it fails to show up.
-
org.fest.swing.fixture.JRadioButtonFixture.click()
Simulates a user clicking this fixture's {@link JRadioButton}
.
@return this fixture.
@throws IllegalStateException if this fixture's JRadioButton
is disabled.
@throws IllegalStateException if this fixture's JRadioButton
is not showing on the screen.
-
org.fest.swing.fixture.JTabbedPaneFixture.click()
Simulates a user clicking this fixture's {@link JTabbedPane}
.
@return this fixture.
@throws IllegalStateException if this fixture's JTabbedPane
is disabled.
@throws IllegalStateException if this fixture's JTabbedPane
is not showing on the screen.
-
org.fest.swing.fixture.JTableFixture.click()
Simulates a user clicking a cell in this fixture's {@code JTable} once, using the specified mouse button.
@param cell the cell to click.
@param button the mouse button to use.
@return this fixture.
@throws NullPointerException if the cell is {@code null}.
@throws IllegalStateException if this fixture's {@code JTable} is disabled.
@throws IllegalStateException if this fixture's {@code JTable} is not showing on the screen.
@throws IndexOutOfBoundsException if any of the indices (row and column) is out of bounds.
-
org.jboss.jopr.jsfunit.util.EmbJoprTestToolkit.NavTreeNode.click()
-
org.jboss.jsfunit.jsfsession.JSFClientSession.click()
Click a JSF component.
@param componentID The JSF component id (or a suffix of the client ID) to be clicked.
@throws ComponentIDNotFoundException if no client ID matches the suffix
@throws DuplicateClientIDException if more than one client ID matches the suffix
@throws ClassCastException if the current page is not an HtmlPage or the specified component is not a ClickableElement.
@throws IOException if clicking causes a failed request to the server.
-
org.jemmy.interfaces.Mouse.click()
-
org.noos.xing.mydoggy.itest.ComponentAdapter.click()
-
org.noos.xing.mydoggy.itest.InteractiveMouse.click()
-
org.openqa.selenium.WebElement.click()
Click this element. If this causes a new page to load, this method will block until the page has loaded. At this point, you should discard all references to this element and any further operations performed on this element will have undefined behaviour unless you know that the element and the page will still be present. If click() causes a new page to be loaded via an event or is done by sending a native event (which is a common case on Firefox, IE on Windows) then the method will *not* wait for it to be loaded and the caller should verify that a new page has been loaded.
If this element is not clickable, then this operation is a no-op since it's pretty common for someone to accidentally miss the target when clicking in Real Life
-
org.openqa.selenium.interactions.Actions.click()
-
org.openqa.selenium.interactions.Mouse.click()
-
org.seleniuminspector.ElementInspector.click()
-
org.sikuli.api.robot.Mouse.click()
Left-click on a given screen location
@param screenLoc the screen location to click on
-
org.sikuli.api.robot.desktop.DesktopMouse.click()
-
org.sikuli.remote.client.RemoteScreen.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.FacesViewPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.HandledElCallPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.HandledNavigationMappingPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.ResponseBody.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateAnnotationHttpEntityPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateAnnotationLinkPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateAnnotationResponseBodyPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateAnnotationStreamingPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateAnnotationWithValuePage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateDirectPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateImplicitButtonPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateImplicitCommandButtonPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateImplicitCommandLinkPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateImplicitLinkPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateImplicitMvcRedirectPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateRuleButtonPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateRuleCommandButtonPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateRuleCommandLinkPage.click()
-
org.springframework.springfaces.traveladvisor.integrationtest.page.navigate.NavigateRuleLinkPage.click()
-
org.springsource.ide.eclipse.commons.tests.util.swtbot.SWTBotHyperlink.click()
-
org.telluriumsource.module.JQueryDatePicker.click()
-
org.timepedia.chronoscope.client.Chart.click()
Process a click on the Plot window given the screen space coordinates, returns true if the click succeeded (e.g. it 'hit' something)
-
org.uiautomation.ios.wkrdp.model.RemoteWebElement.click()