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

Error in the script //selenium-ide/content/selenium-core/scripts/htmlutils.js #5681

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

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 5681

Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best to get help, and tells you what we need to know.

Still here? We know that bugs are frustrating and annoying things. We also
know that you've probably spent ages trying to figure out what's wrong. The
more information you give us now, the more likely it is that we'll be able
to help.

What steps will reproduce the problem?
1.for the script 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="https://qualif360-ppr.havas-energie.com/" />
<title>Allcommunity</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">Allcommunity</td></tr>
</thead><tbody>
<tr>
    <td>open</td>
    <td>/plugins/Team360KeringPlugin/jsp/form/login/loginForm.jsp?redirect=https%3A%2F%2Fqualif360-ppr.havas-energie.com%2Findex.jsp</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>name=JCMS_login</td>
    <td>PUMA</td>
</tr>
<tr>
    <td>type</td>
    <td>name=JCMS_password</td>
    <td>PUMA</td>
</tr>
<tr>
    <td>click</td>
    <td>name=JCMS_opLogin</td>
    <td></td>
</tr>
<tr>
    <td>waitForPageToLoad</td>
    <td>30000</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=all communities</td>
    <td></td>
</tr>
<tr>
    <td>waitForPageToLoad</td>
    <td>30000</td>
    <td></td>
</tr>
<tr>
    <td>assertElementPresent</td>
    <td>id=csText</td>
    <td></td>
</tr>
<tr>
    <td>assertTextPresent</td>
    <td>id=csText</td>
    <td>Search for a community</td>
</tr>

</tbody></table>
</body>
</html>

2.on the instruction
<tr>
    <td>click</td>
    <td>name=JCMS_opLogin</td>
    <td></td>
</tr>
3. message on selenuium ide 
[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js,
lineNumber -> 309, columnNumber -> 8

What is the expected output? What do you see instead?


Selenium version:1.10
OS:windows 7
Browser: Firefox 
Browser version:22


Please provide any additional information below. A sample reduced test
case, or a public URL that demonstrates the problem will intrigue our merry
band of Open Source developers far more than nothing at all: they'll be far
more likely to look at your problem if you make it easy for them!

Reported by feuilloleypierre on 2013-05-21 09:28:47

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I've experienced similar problems. I record a script and re-play it as-is. As soon as
a form button needs to be clicked, the error documented above triggers.

Reported by arno.esterhuizen on 2013-05-21 12:38:30

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same Problem here. I created the test cases months ago, since today i cannot run any
of them!

All failing with the above error message. I suspect FF 22 to be the source of this
problem...

Edit:
I can confirm the source of this error is definitely Firefox 22 (current Beta). After
down-grading to 21 all works fine. Error also occurs with latest Selenium IDE (2.0).

Reported by simonfrankenberger on 2013-05-27 13:54:37

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same problem, I record a script, run it and experiencing same error above as soon as
an option is selected from a dropdown menu. Same thing happens with my previous scripts
that used to work. I am using FireFox version 22, I will try to downgrade

Reported by kevinpmx1 on 2013-05-28 17:34:19

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Downgrading to FF v21 works for me, also with FFv22 the step that Selenium is executing
is not highlighted

Reported by kevinpmx1 on 2013-05-28 18:01:01

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same issue!!
Below script might help you for R&D

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://book.theautomatedtester.co.uk/" />
<title>New Test</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">New Test</td></tr>
</thead><tbody>
<tr>
    <td>open</td>
    <td>/chapter1</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=Home Page</td>
    <td></td>
</tr>

</tbody></table>
</body>
</html>



Reported by dhiraj.anant.patil on 2013-05-29 04:14:59

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same issue here!
Downgraded to 21 and it works now.

Reported by renatounderlinech on 2013-05-30 01:11:32

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I got the same issue with the latest FF 22 version. I think, it might be a problem with
the new version of FF and Selenium 2.0. Any kinda info will be much appreciated :)

Reported by shakeel2807 on 2013-06-05 15:49:02

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same error happens for any
fireEvent locator event action

apparently need to downgrade

Reported by robertwenzel@potix.com on 2013-06-26 08:00:22

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I can confirm the same behaviour in the last firefox version

Reported by valecillosjg on 2013-06-26 15:16:56

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

me too.
Will try to downgrade to FF21

Reported by cjd0659 on 2013-06-26 16:29:05

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same error happens for any, in firefox 22/Linux

Reported by ricardo.jl.rufino on 2013-06-26 18:01:50

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same here, Ubuntu 13.04 and Firefox 22.

Reported by danilo@idev.com.br on 2013-06-26 21:53:39

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I was running my scripts on weekly basis on IDE. Now after update to FF22 when I tried
to run same test scripts it is throwing the Error

[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js,
lineNumber -> 309, columnNumber -> 8

FF : 22
IDE : 1.10.0
OS : MAC 10.8.4

Seems Issue generated because of the Firefox Update. Did anyone get the solution, expect
downgrading the browser version.

Reported by ROMAL.ARORA22 on 2013-06-27 05:28:28

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I have also started experiecing the same prob after the update on FF22.

Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js,
lineNumber -> 309, columnNumber -> 8

any updates of what needs to be done?

Reported by jolly.mamta on 2013-06-27 06:36:17

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same problem here.

Ubuntu 12.04 x64
Firefox v22.0
====================

INPUT:
--------
clickAndWait | css=a[href='your link here']

does not work anymore.

ERROR:
--------
Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js,
lineNumber -> 309, columnNumber -> 8

Reported by ath.hoang on 2013-06-27 12:13:19

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I looked into the issue using the integrated debugger.

The execpetion occurs when the onclick event is dispatched to the element:

    var evt = document.createEvent('HTMLEvents');
    ...
    evt.initEvent(eventType, canBubble, true);
>   element.dispatchEvent(evt);

Ithink the actual exception is "Security error evaluating an expression: ReferenceError:
XPCSafeJSObjectWrapper is not defined ..."

Reported by JVehlow on 2013-06-27 15:53:04

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I was thinking of switching my angular e2e tests over to selenium and ran into this
tonight.  Using FF22

Reported by jadrake75 on 2013-06-28 07:03:23

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes

2.0.0

    New - WebDriver playback support (http://blog.reallysimplethoughts.com/2013/02/18/webdriver-playback-in-selenium-ide-is-here/)
    New - Added support for Firefox 19 & 20
    New - Selenium IDE icon on toolbar is added on first install 

It seems that the newest SeIDE only support FF 19 & 20 well.

Reported by l0e1o2cool on 2013-06-28 08:20:19

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same issue here "chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber
-> 309, columnNumber -> 8" when it tries to click on a form input object, and also
using FF22 - downgrading to FF21 "fixes" it. 

Reported by james.rintamaki on 2013-06-28 12:26:28

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Just loaded a script into the IDE and starting to execute it.  I don't even think it
get's into the script.  I have been running the script for 6 months and it was running
perfectly.  The site is password protected.  

Windows 7 
Firefox v22.0

Here's my script - 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="https://platformcentral.tellme.com/" />
<title>External Errors</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">External Errors</td></tr>
</thead><tbody>
<tr>
    <td>store</td>
    <td>2000</td>
    <td>DELAY</td>
</tr>
<!--****** Delete from here if manual-->
<tr>
    <td>open</td>
    <td>/</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=Projects</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=Call Search</td>
    <td></td>
</tr>
<tr>
    <td>storeVisible</td>
    <td>id=search</td>
    <td>SEARCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${SEARCH} == true</td>
    <td>advanced</td>
</tr>
<tr>
    <td>click</td>
    <td>id=call_search_toggle_text</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>advanced</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>Transfer Destination</td>
    <td>ADVANCED_PRESENT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${ADVANCED_PRESENT} == true</td>
    <td>advanced_open</td>
</tr>
<tr>
    <td>click</td>
    <td>id=_tmexpand1</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>advanced_open</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>//input[@value='']</td>
    <td></td>
</tr>
<tr>
    <td>storeChecked</td>
    <td>name=project_ids[]</td>
    <td>CAPONE_CHECKED</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${CAPONE_CHECKED} == true</td>
    <td>init_count</td>
</tr>
<tr>
    <td>click</td>
    <td>name=project_ids[]</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>init_count</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>id=time_qt</td>
    <td></td>
</tr>
<tr>
    <td>select</td>
    <td>id=time_period</td>
    <td>label=regexp:(Yesterday)</td>
</tr>
<!-- <!--****** Delete to here if manual-->-->
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>storeChecked</td>
    <td>id=event</td>
    <td>EVENT_CHECK</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${EVENT_CHECK} == false</td>
    <td>event_checking_off</td>
</tr>
<tr>
    <td>click</td>
    <td>id=event</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>event_checking_off</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-946-0332</td>
</tr>
<tr>
    <td>label</td>
    <td>check_number</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>regexp:(No\ matches\ found)|(results\ found)|(result\ found)|(Showing.+results)</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_MATCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_MATCH} == false</td>
    <td>found_entry1</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${COUNT} < 2</td>
    <td>check_number</td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>NO CALLS to 800-946-0332 yet</td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>${DELAY}</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>found_entry1</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>877-227-8013</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>regexp:(No\ matches\ found)|(results\ found)|(result\ found)|(Showing.+results)</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_MATCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_MATCH} == false</td>
    <td>found_entry2</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${COUNT} < 2</td>
    <td>found_entry1</td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>NO CALLS to 877-227-8013 yet</td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>${DELAY}</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>found_entry2</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-504-3709</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>regexp:(No\ matches\ found)|(results\ found)|(result\ found)|(Showing.+results)</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_MATCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_MATCH} == false</td>
    <td>found_entry3</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${COUNT} < 2</td>
    <td>found_entry2</td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>NO CALLS to 800-504-3709 yet</td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>${DELAY}</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>found_entry3</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-227-3863</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>regexp:(No\ matches\ found)|(results\ found)|(result\ found)|(Showing.+results)</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_MATCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_MATCH} == false</td>
    <td>found_entry4</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${COUNT} < 2</td>
    <td>found_entry3</td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>NO CALLS to 800-227-3863 yet</td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>${DELAY}</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>found_entry4</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-295-9154</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>regexp:(No\ matches\ found)|(results\ found)|(result\ found)|(Showing.+results)</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_MATCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_MATCH} == false</td>
    <td>found_entry5</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${COUNT} < 2</td>
    <td>found_entry4</td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>NO CALLS to 800-295-9154 yet</td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>${DELAY}</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>found_entry5</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-946-0332</td>
</tr>
<tr>
    <td>storeChecked</td>
    <td>id=event</td>
    <td>EVENT_CHECK</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${EVENT_CHECK} == true</td>
    <td>event_checking_on</td>
</tr>
<tr>
    <td>click</td>
    <td>id=event</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>event_checking_on</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=event_label</td>
    <td>capitalone.autofinance.loanservicing.rtm.error.external</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>877-227-8013</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-504-3709</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-227-3863</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-295-9154</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-946-0332</td>
</tr>
<tr>
    <td>storeChecked</td>
    <td>id=event</td>
    <td>EVENT_CHECK</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${EVENT_CHECK} == true</td>
    <td>event_checking_on</td>
</tr>
<tr>
    <td>click</td>
    <td>id=event</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>event_checking_on</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=event_label</td>
    <td>capitalone.autofinance.loanservicing.rtm.error.internal</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_INTERNAL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_INTERNAL} == true</td>
    <td>check_internal2</td>
</tr>
<tr>
    <td>echo</td>
    <td>INTERNAL ERROR FOUND</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>check_internal2</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>877-227-8013</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_INTERNAL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_INTERNAL} == true</td>
    <td>check_internal3</td>
</tr>
<tr>
    <td>echo</td>
    <td>INTERNAL ERROR FOUND</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>check_internal3</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-504-3709</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_INTERNAL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_INTERNAL} == true</td>
    <td>check_internal4</td>
</tr>
<tr>
    <td>echo</td>
    <td>INTERNAL ERROR FOUND</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>check_internal4</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-227-3863</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_INTERNAL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_INTERNAL} == true</td>
    <td>check_internal5</td>
</tr>
<tr>
    <td>echo</td>
    <td>INTERNAL ERROR FOUND</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>check_internal5</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>800-295-9154</td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>No matches found.</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_INTERNAL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_INTERNAL} == true</td>
    <td>pull_details_on_external_errors</td>
</tr>
<tr>
    <td>echo</td>
    <td>INTERNAL ERROR FOUND</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>pull_details_on_external_errors</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=vak_list</td>
    <td>Any</td>
</tr>
<tr>
    <td>type</td>
    <td>id=event_label</td>
    <td>capitalone.autofinance.loanservicing.rtm.error.external</td>
</tr>
<!--Check For Errors-->
<tr>
    <td>store</td>
    <td>""</td>
    <td>LAST_UUID</td>
</tr>
<tr>
    <td>store</td>
    <td>""</td>
    <td>UUID</td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>check_all_errors</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>id=search</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>regexp:(No\ matches\ found)|(results\ found)|(result\ found)|(Showing.+results)</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>No matches found.</td>
    <td>NO_MATCH</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NO_MATCH} == false</td>
    <td>errors_found</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<!--Go Through Twice just to make TPC is right-->
<tr>
    <td>gotoIf</td>
    <td>${COUNT} < 2</td>
    <td>check_all_errors</td>
</tr>
<tr>
    <td>goto</td>
    <td>no_errors</td>
    <td></td>
</tr>
<!--There are Errors-->
<tr>
    <td>label</td>
    <td>errors_found</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>store</td>
    <td>1</td>
    <td>ROW</td>
</tr>
<!--GIVE IT SOME TIME TO DISPLAY WHOLE PAGE-->
<tr>
    <td>setSpeed</td>
    <td>2000</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>View additional results.</td>
    <td>MORERESULTS</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${MORERESULTS} == false</td>
    <td>try_view</td>
</tr>
<tr>
    <td>click</td>
    <td>link=View additional results.</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>5000</td>
    <td></td>
</tr>
<tr>
    <td>setSpeed</td>
    <td>0</td>
    <td></td>
</tr>
<!--TRY VIEW-->
<tr>
    <td>label</td>
    <td>try_view</td>
    <td></td>
</tr>
<tr>
    <td>click</td>
    <td>xpath=(//a[contains(text(),'View')])[${ROW}]</td>
    <td>View</td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>View Call Details</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>View Call Details</td>
    <td>DETAILS_PRESENT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${DETAILS_PRESENT} == true</td>
    <td>logs_present</td>
</tr>
<tr>
    <td>store</td>
    <td>${COUNT} + 1</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${COUNT} > 1</td>
    <td>next_row</td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>xpath=(//a[contains(text(),'View')])[${ROW}]</td>
    <td>VIEW_PRESENT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${VIEW_PRESENT} == true</td>
    <td>try_view</td>
</tr>
<tr>
    <td>echo</td>
    <td>SOMETHING WRONG</td>
    <td></td>
</tr>
<tr>
    <td>goto</td>
    <td>no_errors</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>next_row</td>
    <td></td>
</tr>
<tr>
    <td>echo</td>
    <td>External Log Record not available</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>${ROW} + 1</td>
    <td>ROW</td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>xpath=(//a[contains(text(),'View')])[${ROW}]</td>
    <td>VIEW_PRESENT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${VIEW_PRESENT} == true</td>
    <td>try_view</td>
</tr>
<tr>
    <td>echo</td>
    <td>All EXTERNAL ERROR RECORDS UNAVAILABLE</td>
    <td></td>
</tr>
<tr>
    <td>goto</td>
    <td>no_errors</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>logs_present</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPositionLeft</td>
    <td>css=#logtags > span</td>
    <td>XCORD</td>
</tr>
<tr>
    <td>storeElementPositionTop</td>
    <td>css=#logtags > span</td>
    <td>YCORD</td>
</tr>
<tr>
    <td>storeEval</td>
    <td>selenium.browserbot.getCurrentWindow().scrollTo(${XCORD},${YCORD})</td>
    <td></td>
</tr>
<tr>
    <td>storeVisible</td>
    <td>css=th[title="Description of a log tag embedded in a voice application, such as
Transfer Request."]</td>
    <td>EXPAND_LOG_TAGS</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${EXPAND_LOG_TAGS} == true</td>
    <td>expanded</td>
</tr>
<tr>
    <td>click</td>
    <td>css=#logtags > span</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>expanded</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>0</td>
    <td>COUNT</td>
</tr>
<tr>
    <td>label</td>
    <td>try_again</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>javascript{storedVars.ROWCOUNT=1;}</td>
    <td>ROWCOUNT</td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>LOG TAGS</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>LOG TAGS</td>
    <td>TITLE</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${TITLE} == true</td>
    <td>utter_check</td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>The details for this call are not availabl</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>The details for this call are not available</td>
    <td>AVAIL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${AVAIL} == true</td>
    <td>see_if_next</td>
</tr>
<!--Check for UTTERANCES-->
<tr>
    <td>label</td>
    <td>utter_check</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>Date - Time:</td>
    <td>UUID_AVAIL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${UUID_AVAIL}  == false</td>
    <td>try_again</td>
</tr>
<tr>
    <td>storeText</td>
    <td>css=table.call_summary > tbody > tr > td</td>
    <td>UUID</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>javascript{storedVars.UUID == storedVars.LAST_UUID;}</td>
    <td>try_again</td>
</tr>
<tr>
    <td>store</td>
    <td>${UUID}</td>
    <td>LAST_UUID</td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>UTTERANCES</td>
    <td>UTTER_LABEL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${UTTER_LABEL} == false</td>
    <td>next_error</td>
</tr>
<tr>
    <td>storeVisible</td>
    <td>css=th[title="Text processed by the Microsoft Tellme speech recognition engine."]</td>
    <td>EXPAND_UTTERANCES</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${EXPAND_UTTERANCES} == true</td>
    <td>expanded_utterances</td>
</tr>
<tr>
    <td>click</td>
    <td>css=#utterances > span</td>
    <td></td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>css=th[title="Text processed by the Microsoft Tellme speech recognition engine."]</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>css=th[title="Text processed by the Microsoft Tellme speech recognition engine."]</td>
    <td>UTTERS</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${UTTERS} == true</td>
    <td>expanded_uttererances</td>
</tr>
<tr>
    <td>waitForTextPresent</td>
    <td>The details for this call are not availabl</td>
    <td></td>
</tr>
<tr>
    <td>storeTextPresent</td>
    <td>The details for this call are not available</td>
    <td>UTTERAVAIL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${UTTERAVAIL} == true</td>
    <td>see_if_next</td>
</tr>
<tr>
    <td>label</td>
    <td>expanded_utterances</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>javascript{storedVars.UTTERCOUNT=1;}</td>
    <td>UTTERCOUNT</td>
</tr>
<!--Check for UAT or QA-->
<tr>
    <td>label</td>
    <td>next_utter</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>//div[@id='utterances_section']/table/tbody/tr[${UTTERCOUNT}]/td[4]</td>
    <td>RECOTEXT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${RECOTEXT} == false</td>
    <td>next_error</td>
</tr>
<tr>
    <td>storeText</td>
    <td>//div[@id='utterances_section']/table/tbody/tr[${UTTERCOUNT}]/td[4]</td>
    <td>RECO</td>
</tr>
<tr>
    <td>storeEval</td>
    <td>storedVars['RECO'].search("\"UAT\"")</td>
    <td>FOUND</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${FOUND}  != -1</td>
    <td>see_if_next</td>
</tr>
<tr>
    <td>storeEval</td>
    <td>storedVars['RECO'].search("\"QA\"")</td>
    <td>FOUND</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${FOUND}  != -1</td>
    <td>see_if_next</td>
</tr>
<tr>
    <td>store</td>
    <td>javascript{storedVars.UTTERCOUNT++;}</td>
    <td></td>
</tr>
<!--Look only in first 3 rows for UAT and QA-->
<tr>
    <td>gotoIf</td>
    <td>${UTTERCOUNT} < 4</td>
    <td>next_utter</td>
</tr>
<tr>
    <td>label</td>
    <td>next_error</td>
    <td></td>
</tr>
<tr>
    <td>storeText</td>
    <td>css=table.call_summary > tbody > tr > td</td>
    <td>UUID</td>
</tr>
<tr>
    <td>label</td>
    <td>next_error_plus</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>//div[@id='logtags_section']/table/tbody/tr[${ROWCOUNT}]/td[2]</td>
    <td>FOUND_IT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${FOUND_IT} == false</td>
    <td>see_if_next</td>
</tr>
<tr>
    <td>storeText</td>
    <td>//div[@id='logtags_section']/table/tbody/tr[${ROWCOUNT}]/td[2]</td>
    <td>LOG</td>
</tr>
<tr>
    <td>storeEval</td>
    <td>storedVars['LOG'].search("rtm\.error\.external")</td>
    <td>FOUND</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${FOUND}  != -1</td>
    <td>found_it</td>
</tr>
<tr>
    <td>store</td>
    <td>javascript{storedVars.ROWCOUNT++;}</td>
    <td></td>
</tr>
<tr>
    <td>goto</td>
    <td>next_error_plus</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>found_it</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPositionLeft</td>
    <td>//div[@id='logtags_section']/table/tbody/tr[${ROWCOUNT}]/td[2]</td>
    <td>XCORD</td>
</tr>
<tr>
    <td>storeElementPositionTop</td>
    <td>//div[@id='logtags_section']/table/tbody/tr[${ROWCOUNT}]/td[2]</td>
    <td>YCORD</td>
</tr>
<tr>
    <td>storeEval</td>
    <td>selenium.browserbot.getCurrentWindow().scrollTo(${XCORD},${YCORD})</td>
    <td></td>
</tr>
<tr>
    <td>storeText</td>
    <td>//div[@id='logtags_section']/table/tbody/tr[${ROWCOUNT}]/td[3]</td>
    <td>LOG_ERROR</td>
</tr>
<tr>
    <td>storeText</td>
    <td>//div[@id='logtags_section']/table/tbody/tr[${ROWCOUNT}]/td[1]</td>
    <td>TIME</td>
</tr>
<tr>
    <td>echo</td>
    <td>${LOG_ERROR} |${TIME}|${UUID}</td>
    <td></td>
</tr>
<tr>
    <td>store</td>
    <td>javascript{storedVars.ROWCOUNT++;}</td>
    <td></td>
</tr>
<tr>
    <td>goto</td>
    <td>next_error</td>
    <td></td>
</tr>
<tr>
    <td>waitForElementPresent</td>
    <td>css=#logtags > span</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>see_if_next</td>
    <td></td>
</tr>
<tr>
    <td>waitForElementPresent</td>
    <td>link=List</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>link=Next Result ></td>
    <td>NEXT</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${NEXT} == false</td>
    <td>end_of_errors</td>
</tr>
<!--See if Detail Section displayed-->
<tr>
    <td>storeElementPresent</td>
    <td>details_section</td>
    <td>DETAILS_AVAIL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${DETAILS_AVAIL} == false</td>
    <td>jump_around_delete_details</td>
</tr>
<!--if present, delete to determine when next record displayed-->
<tr>
    <td>storeEval</td>
    <td>var element=selenium.browserbot.getCurrentWindow().document.getElementById('details_section');
element.parentNode.removeChild(element);</td>
    <td>REMOVE</td>
</tr>
<tr>
    <td>label</td>
    <td>jump_around_delete_details</td>
    <td></td>
</tr>
<tr>
    <td>storeElementPresent</td>
    <td>id=logtags</td>
    <td>LOGTAGS_AVAIL</td>
</tr>
<tr>
    <td>gotoIf</td>
    <td>${LOGTAGS_AVAIL} == false</td>
    <td>jump_around_delete_logtags</td>
</tr>
<!--if present, delete to determine when next record displayed-->
<tr>
    <td>storeEval</td>
    <td>var element=selenium.browserbot.getCurrentWindow().document.getElementById('logtags');
element.parentNode.removeChild(element);</td>
    <td>REMOVE</td>
</tr>
<tr>
    <td>label</td>
    <td>jump_around_delete_logtags</td>
    <td></td>
</tr>
<!--get next call with error-->
<tr>
    <td>click</td>
    <td>link=Next Result ></td>
    <td></td>
</tr>
<tr>
    <td>waitForPageToLoad</td>
    <td></td>
    <td></td>
</tr>
<tr>
    <td>goto</td>
    <td>expanded</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>no_errors</td>
    <td></td>
</tr>
<tr>
    <td>label</td>
    <td>end_of_errors</td>
    <td></td>
</tr>
<tr>
    <td>open</td>
    <td>/</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=Projects</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>link=Call Search</td>
    <td></td>
</tr>
</tbody></table>
</body>
</html>

Reported by dougertz on 2013-06-28 13:12:25

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Facing the same issue with Firefox 22

Reported by singhvarsha23 on 2013-07-01 12:06:29

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I have the same problem with Firefox 22

Reported by smlcarbone on 2013-07-01 17:33:34

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

This has been fixed in Selenium IDE v2.1.0, grab it from the usual downloads page.

Cheers,
Samit Badle
Selenium IDE Maintainer
@samitbadle
http://blog.reallysimplethoughts.com/

Reported by Samit.Badle on 2013-07-01 18:26:05

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Works for me after upgrading to 2.1.0. Thanks!

Reported by mickmize on 2013-07-01 21:39:55

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi Samit,

I want is to type something in textbox (event input box is firing is Event), and then
I want all results matching to search criteria.But no even is fired.. :( 

I have tried number of options like.. fireEvent , keyPress , keyDown , keyUp.. but
when i used sendKeys.. I got below error.

Selenium IDE v2.1.0 
FireFox 21

<tr>
    <td>type</td>
    <td>id=autoCompleteInput</td>
    <td>david</td>
</tr>
<tr>
    <td>sendKeys</td>
    <td>id=autoCompleteInput</td>
    <td>\40</td>
</tr>

I am getting below error for sendKeys

[error] Unexpected Exception: code -> 11, state -> element not visible, message ->
Element is not currently visible and may not be manipulated, name -> ElementNotVisibleError,
stack -> bot.Error@chrome://selenium-ide/content/selenium-core/scripts/atoms.js:4000
bot.action.checkShown_@chrome://selenium-ide/content/selenium-core/scripts/atoms.js:7255
bot.action.type@chrome://selenium-ide/content/selenium-core/scripts/atoms.js:7287 @chrome://selenium-ide/content/selenium-api-override.js:27
retval@chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js:60 ActionHandler.prototype.execute@chrome://selenium-ide/content/selenium-core/scripts/selenium-commandhandlers.js:310
TestLoop.prototype._executeCurrentCommand@chrome://selenium-ide/content/selenium-core/scripts/selenium-executionloop.js:112
TestLoop.prototype.resume@chrome://selenium-ide/content/selenium-core/scripts/selenium-executionloop.js:78
retval@chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js:60 , constructor
-> function (a, b) { this.code = a; this.state = bot.Error.CODE_TO_STATE_[a] || bot.Error.State.UNKNOWN_ERROR;
this.message = b || ""; var c = this.state.replace(/((?:^|\s+)[a-z])/g, function(a)
{ return a.toUpperCase().replace(/^[\s\xa0]+/g, "") }), d = c.length - 5; if(0 > d
|| c.indexOf("Error", d) != d) { c += "Error" } this.name = c; c = Error(this.message);
c.name = this.name; this.stack = c.stack || "" }, isAutomationError -> true, toString
-> function () { return this.name + ": " + this.message }, fileName -> , lineNumber
-> 0, columnNumber -> 0

Reported by jolly.mamta on 2013-07-02 10:35:14

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I had the same issue and now it works for me after upgrading the Selenium IDE to 2.1.0
from the following site
http://docs.seleniumhq.org/download/

Thank you

Reported by peter.vimalraj@zehnplus.ch on 2013-07-03 12:44:04

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

After updating the Firefox to version 22 and ran the selenium scripts using IDE i am
getting also the same error.

[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js,
lineNumber -> 309, columnNumber -> 8

Reported by gmahato on 2013-07-04 06:43:06

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Works!! after upgrading to Selenium IDE 2.1.0. 
Thanks!

Reported by sot528 on 2013-07-04 09:24:12

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

After upgrading to 2.1.0 the same issue is resolved for me.
http://docs.seleniumhq.org/download/

Reported by rajesh.battala on 2013-07-04 11:35:02

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

wow it works with selenium IDE 2.1.0

Reported by moutushisen on 2013-07-05 11:59:02

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Finally selenium IDE 2.1.0 work's f9, Resolves the problem of "[error] Unexpected Exception:
fileName -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber
-> 309, columnNumber -> 8" Thanks..:)

Reported by nelson.yns on 2013-07-09 10:34:19

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Worked for me after updating with http://docs.seleniumhq.org/download/

Reported by chrisd@mindflow.com.au on 2013-07-10 04:41:20

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Bug's are so painful. I became so sad once i sow Selenium IDE is not working on Firefox.
After reading this blog i downgraded Firefox from 22 to 21. It is working fine for
me now.

Reported by jmrthan on 2013-07-10 22:25:39

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

From where I can download Selenium IDE 2.1.0. . Please help 

Reported by umakameshwari on 2013-07-18 18:03:55

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Many Selenium links are broken ,  and so ya  , where do I download  IDE 2.1.0 ??

Reported by stickelt on 2013-07-20 20:09:18

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

http://seleniumhq.org/projects/ide/plugins.html    404 error

Reported by stickelt on 2013-07-20 20:10:31

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi guys,

Same issue here when working with FF 22 and IDE 2.0.0. When upgrading to IDE 2.1.0.
then the issue is solved but another issue is that the Xebium Format is not available
in the options. How can I downgrade or download FF 21?

Thanks in advance.

Ben

Reported by bencoevorden on 2013-08-01 11:54:55

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hello Ben,

This issue can be solved just downgrading your FF to 20 or less than up to 18. I tried
& it worked for me..but there I found an other issue, that browser suddenly throws
an exception alert saying "Some bla bla script executing you want to execute or stop
its execution"....and this was painful as it was always appearing after every 1 or
2 hours and when I click on any of given buttons, like "Continue execution" or "Stop
Execution" it was making my browser slower like anything....:( 

I FOUND THE ABOVE SAID ISSUE IN BELOW SCENARIO..SOMEONE'S HELP WILL APPRECIATED IN
ADVANCE?? (Note: I have hidden the link)
I found above mentioned issue while I was executing script and at the 2end step of
clicking on log in link of my web site.

this link having "id" attribute and when script trying to execute, it gives said error.



Reported by vaibhavjoshi37 on 2013-08-27 06:59:20


- _Attachment: err_on_selenium.png
![err_on_selenium.png](https://storage.googleapis.com/google-code-attachments/selenium/issue-5681/comment-44/err_on_selenium.png)_

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

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

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 4, 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