selenium-google-code-issue-archive
selenium-google-code-issue-archive copied to clipboard
copy + paste from Selenium IDE table to a text editor and back again does not update the table
Originally reported on Google Code with ID 8255
What steps will reproduce the problem?
1. Write a simple command, like:
<tr>
<td>click</td>
<td>css=test1</td>
<td>test</td>
</tr>
2. In the Selenium IDE table display, copy the command.
3. Open a text editor and paste the content. You should see the HTML of the command
in the text editor.
4. Edit the HTML
5. Copy the HTML in the text editor
6. In the Selenium IDE table display, delete the original command
7. Paste the new command into the table
8. Note that original unedited command is still present
9. Note that if you instead paste the command into the "Source" display, then go back
to the table, the command will be updated as expected.
What is the expected output? What do you see instead?
I expect pasting a command I edit in a text editor to correctly update the content
of the Selenium IDE table.
Selenium version: IDE 2.8.0
OS: Windows 7
Reported by [email protected]
on 2014-12-04 22:43:07
Reported by barancev
on 2014-12-05 08:21:57
- Labels added: Component-IDE
Reported by luke.semerau
on 2015-09-17 17:47:30
- Labels added: Restrict-AddIssueComment-Commit