Is it possible to use Selenium with C# windows Form that contains a WebBrowser object?

前端 未结 4 1677
执念已碎
执念已碎 2021-01-12 15:13

I\'m wondering if it\'s possible to use Selenium with a C# Windows Form that contains a WebBrowser object.

I\'m using selenium and I\'m able to create test cases

4条回答
  •  不思量自难忘°
    2021-01-12 16:13

    We hacked the selenium webdriver code slightly to attach to an embedded IE instance inside a windows app. http://bradbax.blogspot.ca/2013/07/driving-embedded-wpf-browser-with.html

提交回复
热议问题