SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.72k stars 739 forks source link

How to generate chrome extension #1841

Closed linavaos closed 18 hours ago

linavaos commented 2 weeks ago

I need to carry out secondary development of Selenium ide based on browser extension. But I saw that the current project is an Electron. How should I do it.

toddtarsi commented 2 weeks ago

Hm. I'm not sure what to tell you here. I maintain the Electron one, and it's the latest version, and the only version I'm really supporting now, so I'd recommend it. Also, it has polling built into a lot of the commands, so I find it sorta just gets more stable. I think it's a better long term direction, but the extension is there and you can use it as long as webextension manifest v2 works.

toddtarsi commented 18 hours ago

@linavaos - I'm going to close this for now. If you need to, fork the 'v3' branch of selenium-ide and maintain it to your hearts content. I'd love the help. However, watch out because webextension manifest 3 is coming, and basically forbids selenium ide from working normally, so you'll have to do some dumb stuff that might get you pulled from the store anyway.