firefox - WebDriver Marionette from C#? -


will marionette supported c#(.net, dotnet)? if not yet, there plan release or soon?

i found python , js clients mentioned in https://developer.mozilla.org/en-us/docs/mozilla/qa/marionette.

i reviewed current selenium c# api doc http://seleniumhq.github.io/selenium/docs/api/dotnet/index.html , couldn't find mention of marionette.

it seems though integrated of

selenium 2.46.1 onwards.

see https://developer.mozilla.org/en-us/docs/mozilla/qa/marionette/webdriver details.

older answer

a couple points:

  • marionette not selenium. different products similar goals.
  • it consists of server , client. clients implemented in javascript , python, implementing c# client should possible.

there example of the server api:

66:{   "from": "root",   "applicationtype": "gecko",   "traits": [] } 

one of people developed @ mozilla mark côté. a-team page lists several people contact if need to.


Comments