mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Bug 1281750 - Marionette should include current application process id in capabilities. r=automatedtester
MozReview-Commit-ID: L9tdmHfUZEY --HG-- extra : rebase_source : d46b87e50500f2e5dc793b9aaf922f1be661a323
This commit is contained in:
parent
6528e7ea0c
commit
2561726165
@ -151,6 +151,7 @@ this.GeckoDriver = function(appName, device, stopSignal) {
|
||||
"XULappId" : Services.appinfo.ID,
|
||||
"appBuildId" : Services.appinfo.appBuildID,
|
||||
"device": device,
|
||||
"processId" : Services.appinfo.processID,
|
||||
"version": Services.appinfo.version,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user