1

Is it possible to run a Selenium controlled Firefox instance and to embed it into a Swing application?

If not with Swing, any other Java GUI library will do too.

Alp
  • 29,274
  • 27
  • 120
  • 198
  • 1
    This is possible and has been answered here before: http://stackoverflow.com/questions/2020854/embed-firefox-browser-in-java-swing – marchaos Jan 28 '12 at 23:50
  • I am not sure if that is the solution because i do not use a plain Firefox browser, but a Selenium controlled WebDriver instance which executes Firefox. – Alp Jan 29 '12 at 00:21
  • What do you need it for? – Pavel Janicek Jan 29 '12 at 10:53
  • A recorder application which is able to react on user input in a firefox browser while giving further functionality in a Java GUI. And everyhing should be in one app window. – Alp Jan 29 '12 at 14:25
  • Did you solve this? How? – Jayan Jun 01 '19 at 07:05
  • I didn't complete this project. If I'd want to start it now, i would investigate if [Electron](https://electronjs.org/) is the right tool for the job. – Alp Jun 01 '19 at 14:11
  • @Jayan Just stumbled upon this one: https://github.com/checkly/puppeteer-recorder - should be very close to what i was asking here – Alp Jun 04 '19 at 18:34

0 Answers0