Note that there are some explanatory texts on larger screens.

plurals
  1. POBehat I press "Button" not working
    primarykey
    data
    text
    <p>I have a submit button namely <strong>“Log In”</strong> in the login form . The input field is looks like bellow</p> <pre><code>&lt;input name="submit" type="submit" value="Log In"&gt; </code></pre> <p>When I press the button <strong>“Log In”</strong> for submit the login form I am getting the following error</p> <pre><code> Exception thrown by (//html/.//input[./@type = 'submit' or ./@type = 'image' or ./@type = 'button'][(((./@id = 'submit' or ./@name = 'submit') or contains(./@value, 'submit')) or contains(./@title, 'submit'))] | .//input[./@type = 'image'][contains(./@alt, 'submit')] | .//button[((((./@id = 'submit' or ./@name = 'submit') or contains(./@value, 'submit')) or contains(normalize-space(string(.)), 'submit')) or contains(./@title, 'submit'))] | .//input[./@type = 'image'][contains(./@alt, 'submit')] | .//*[./@role = 'button'][(((./@id = 'submit' or ./@name = 'submit') or contains(./@value, 'submit')) or contains(./@title, 'submit') or contains(normalize-space(string(.)), 'submit'))])[1] Element must be displayed to click (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 44 milliseconds Build info: version: '2.31.0', revision: '1bd294d', time: '2013-02-27 20:52:59' System info: os.name: 'Windows Server 2008 R2', os.arch: 'x86', os.version: '6.1', java.version: '1.6.0_35' Session ID: a5c41be673ac14346462e1bf99f60995 Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{platform=XP, chrome.chromedriverVersion=26.0.1383.0, acceptSslCerts=false, javascriptEnabled=true, browserName=chrome, rotatable=false, locationContextEnabled=false, version=27.0.1453.110, cssSelectorsEnabled=true, databaseEnabled=false, handlesAlerts=true, browserConnectionEnabled=false, nativeEvents=true, webStorageEnabled=true, applicationCacheEnabled=false, takesScreenshot=true}] </code></pre> <p>My steps like bellow </p> <pre><code> Given I am on "/" And I wait for "Log In" And I hover on "Log In" And I wait for "Log In" When I fill in "LoginForm_username" with my username And I fill in "LoginForm_password" with my password And I press "submit" </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload