зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6528e7ea0c
Коммит
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,
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче