Note that there are some explanatory texts on larger screens.

plurals
  1. POTimeout error when using "exists" watir-webdriver method
    primarykey
    data
    text
    <p>As far as searching goes, i was unable to find an up-to-date list of supported browsers for watir.</p> <p>I've just upgraded firefox to version 18, and while at it, also update the watir-webdriver version to it's latest (by using <code>gem update watir-webdriver</code>).</p> <p>So far i've encountered one issue, that i cant seem to find a solution for.</p> <p>When i try to check if an element exist, lets say by using <code>$browser.a(:href, "#{$url}/admin/").exists?</code> (The <code>$url</code> variable is defined to the main url of my testing server, so it's not the problem. Furthermore, even when i replace the variable with the actual address, i still encounter the same issue), I always get a timeout error when the element does <strong>not</strong> exists.</p> <p>When the element <strong>does</strong> exists, i will get an instant response of <code>true</code>. So the timeout issue only happens when the element does <strong>not</strong> exists.</p> <p><em>So my questions are:</em></p> <ol> <li>Is there a way to make the <code>.exists?</code> method work?</li> <li>Does anyone know any other issues like that with the latest version of Firefox(V. 18)? </li> <li>I would really appreciate if someone can point me to an updated list of watir supported browsers. Preferably a list that is being updated on a regular basis.</li> </ol> <p>P.S, I did see that someone posted a question about the <code>present?</code> method, i have no idea of it's related, but nonetheless, i still have no solution. I'd hate to downgrade to a previous version of ff.</p> <p>Thanks a bunch to anyone who will be willing to help,</p> <p>Kind regards, Asaf.</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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