Note that there are some explanatory texts on larger screens.

plurals
  1. POselenium webdriver IE button issue
    primarykey
    data
    text
    <p>I have been writing my scripts for FF but was hoping with little work they would also run on the other browsers but it seems IE driver has button issues? </p> <p>I have a simple webelement.click() on a button that does not throw an error but does not click the button. in FF its fine. I can get text, get value so I know the find statement is ok it just will not click it. </p> <p>thoughts or help would be great</p> <p>Just doing</p> <pre><code>WebElement element; element = driver.findElement(By.id("pageheader_login")); element.click(); </code></pre> <p>HTML - The control has 3 buttons on it I am only interested for now with the login</p> <pre><code>&lt;div id="_ctl0_pageheader_navcontainer"&gt; &lt;div id="phwelcome"&gt; &lt;br class="clear" /&gt; &lt;/div&gt; &lt;span id="navtext"&gt; &lt;a id="_ctl0_pageheader_lnkRegister" class="logichref" href="http://Register/1"&gt;Register Today&lt;/a&gt; &lt;label id="_ctl0_pageheader_lblRegisterBar" class="barhide"&gt;| &lt;/label&gt; &lt;a id="_ctl0_pageheader_customerconnection" class="logichref" href="http://test.com" target="_blank"&gt;Help &amp; Training&lt;/a&gt; &lt;label class="bar"&gt;| &lt;/label&gt; &lt;a class="logichref" href="http://test.aspx" onmouseover="window.status='';return(true);" onmouseout="window.status='';return(false);" target="_blank"&gt;What's New&lt;/a&gt; &lt;label class="bar"&gt;| &lt;/label&gt; &lt;a id="_ctl0_pageheader_login" class="lbOn loginModal" href="http://test/loginlightbox.aspx"&gt;Login&lt;/a&gt; &lt;/span&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    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