put a string with html/Javascript into selenium webdriver

前端 未结 5 1180
不思量自难忘°
不思量自难忘° 2020-12-03 01:19

I have a html document in memory as a string. It contains a

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 02:02

    You could fire up jetty embedded. The jetty instance could then serve in memory html strings as web pages via a Servlet / Handler.

提交回复
热议问题