
| Key: |
SEL-600
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Lechenne
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Selenium
Created: 30/Aug/07 10:21 AM
Updated: 25/Nov/08 07:04 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
on windows 2000, firefox 2.0.0.6, eclipse 3.2.2, jdk 1.5
|
|
Issue Links:
|
Relationship
|
|
This issue Relates to:
|
|
SEL-598
getText includes script contents
|
|
|
|
|
|
|
|
Here's is my HTML page :
<html>
...
<table>
<tr>
<td>TEXT</td>
<td>TEXT <script type="text/javascript"> var comp_onclick = function(event) {} </script> </td>
</tr>
In my selenium test, when I test my cells with getTable API, I've got :
- TEXT for first one
- TEXT var comp_onclick = function(event) { } for second one
With I.E I've got TEXT for second one
|
|
Description
|
Here's is my HTML page :
<html>
...
<table>
<tr>
<td>TEXT</td>
<td>TEXT <script type="text/javascript"> var comp_onclick = function(event) {} </script> </td>
</tr>
In my selenium test, when I test my cells with getTable API, I've got :
- TEXT for first one
- TEXT var comp_onclick = function(event) { } for second one
With I.E I've got TEXT for second one
|
Show » |
| There are no comments yet on this issue.
|
|