How can you automate Firefox from C# application?

后端 未结 7 2284
一个人的身影
一个人的身影 2020-12-14 11:57

Start with the simplest task of capturing the URL in Firefox from a C# application. It appears using user32.dll Windows API functions will not work as is the approach for c

7条回答
  •  悲&欢浪女
    2020-12-14 12:44

    It appears to be very beta-ey, but someone built a .net connector for mozrepl. Actually, the mozrepl codebase just moved to github. But mozrepl lets you issue commands to the Firefox's XUL environment.

提交回复
热议问题