selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

XML view broken because of the plugin

Open fabianfrz opened this issue 7 years ago • 7 comments

🐛 Bug Report

Selenium IDE breaks XML viewer of firefox (a blank page is displayed instead of the XML tree).

To Reproduce

open a page with content type text/xml (with and without the selenium plugin enabled)

Expected behavior

XML tree is displayed by firefox

Environment

OS: Windows 7 Selenium IDE Version: 3.3.1 Browser: Firefox Browser Version: 62.0 64 Bit

fabianfrz avatar Sep 25 '18 07:09 fabianfrz

@tourdedave since we know which tabs are opened by the IDE, it is worth checking if we can register the content scripts only with them during runtime.
The webextension architecture is confusing users because content scripts and background scripts always run, unlike the popup.

corevo avatar Sep 26 '18 07:09 corevo

I still have this issue. Firefox 78.0.2 (64-bit) Mozilla Firefox for Ubuntu Selenium IDE Version 3.17.0 Is there any effort on this issue yet? any dirty "workaround" yet? (and using FF in privacy mode is not what I was asking for ;-) )

joergi avatar Jul 27 '20 14:07 joergi

any updated on this @tourdedave or @corevo ? The bug is now nearly 2 years online.....

joergi avatar Aug 10 '20 20:08 joergi

No update on this issue yet

tourdedave avatar Aug 13 '20 23:08 tourdedave

Firefox 84.0.2, Selenium IDE 3.17.0 enabled

<?xml version="1.0" encoding="utf-8" ?>
<root>
<node>blabla</node>
</root>

expected: seleniumide_xml1

experienced: seleniumide_warning

peterdd avatar Jan 18 '21 13:01 peterdd

Same problem still exists: Firefox 123.0.1(64-Bit), Selenium IDE 3.17.4

I have to turn it off to see the lovely XML-trees.

peterdd avatar Mar 15 '24 06:03 peterdd

@peterdd - v4 is now in beta if you'd like to try a native app instead of a browser extension!

https://github.com/SeleniumHQ/selenium-ide/releases/tag/v4.0.1-beta.1

toddtarsi avatar Mar 15 '24 13:03 toddtarsi