Which driver is used for Firefox automation?
Marionette is a Mozilla Gecko engine automation driver. It might modify the UI or core JavaScript of a Gecko platform like Firefox from afar. It has the capacity to manage both the chrome and the content, giving it a lot of power and the potential to mimic human behaviour. Marionette can read properties and attributes from the DOM and execute browser operations.