History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SEL-600
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Lechenne
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium

Api getTable returns Text and script

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 Major Open
 


 Description  « Hide
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


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.