зеркало из https://github.com/electron/electron.git
Add basic inspectElement spec
This commit is contained in:
Родитель
602db2e04f
Коммит
1b036a284d
|
@ -277,4 +277,12 @@ describe('webContents module', function () {
|
|||
done()
|
||||
})
|
||||
})
|
||||
|
||||
it('supports inspecting an element in the devtools', function (done) {
|
||||
w.loadURL('about:blank')
|
||||
w.webContents.once('devtools-opened', function () {
|
||||
done()
|
||||
})
|
||||
w.webContents.inspectElement(10, 10)
|
||||
})
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче