Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/selenium-browserbot.js, lineNumber -> 228 #4335

Closed
lukeis opened this issue Mar 3, 2016 · 4 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 3, 2016

Originally reported on Google Code with ID 4335


I'm using Selenium IDE 1.8.1 with Firefox 14 on Windows 7.

I see this exception:

[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/selenium-browserbot.js,
lineNumber -> 228
when running the following:

<tr>
    <td>assertElementPresent</td>
    <td>//a[text()='! selenium test customer']</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>//a[text()='! selenium test customer']</td>
    <td></td>
</tr>

As you can see the element is present (otherwise the assert would fail halting the
test), so I can't figure out what's going wrong.  It seems to only occur if I run the
test at the fastest speed. If I slow it down, the error doesn't occur. That's not really
a solution though, as running the entire suite at half speed is way too slow.

Reported by hippyjim on 2012-07-28 11:29:33

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by barancev on 2012-08-02 19:16:52

  • Labels added: Component-IDE

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Please provide the complete reproduction scenario.

selenium-browserbot.js lineNumber 228 belongs to the getNextAlert command, it can't
be touched when you do clickAndWait.

Reported by barancev on 2012-12-22 18:32:38

  • Status changed: NeedsClarification
  • Labels removed: Status-Untriaged

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Closing as non-actionable, there is no reproduction scenario provided.

Reported by barancev on 2013-05-16 20:32:59

  • Status changed: Invalid

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by luke.semerau on 2015-09-17 18:15:53

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 3, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant