mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Remove commented out reminders of already implemented features.
This commit is contained in:
parent
ced84f0f66
commit
d037f45b29
1 changed files with 0 additions and 9 deletions
|
@ -610,20 +610,11 @@ module.exports = function(options) {
|
||||||
socket.on('executeAsync', function(data) {})
|
socket.on('executeAsync', function(data) {})
|
||||||
socket.on('safeExecuteAsync', function(data) {})
|
socket.on('safeExecuteAsync', function(data) {})
|
||||||
socket.on('execute', function(data) {})
|
socket.on('execute', function(data) {})
|
||||||
socket.on('screen', function(data) {})
|
|
||||||
socket.on('screenshot', function(data) {})
|
socket.on('screenshot', function(data) {})
|
||||||
socket.on('selenium.screenshot', function(data) {})
|
socket.on('selenium.screenshot', function(data) {})
|
||||||
socket.on('url', function(data) {})
|
socket.on('url', function(data) {})
|
||||||
socket.on('selenium.allCookies', function(data) {})
|
socket.on('selenium.allCookies', function(data) {})
|
||||||
socket.on('forward.unset', function(data) {})
|
|
||||||
socket.on('forward.list', function(data) {})
|
|
||||||
*/
|
*/
|
||||||
//this._react 'forward.test', (data = {}) =>
|
|
||||||
// this._runTransaction 'forward.test',
|
|
||||||
// this._insertOptionalIp data, 'targetHost'
|
|
||||||
//this._react 'forward.set', (data = {}) =>
|
|
||||||
// this._runTransaction 'forward.set',
|
|
||||||
// this._insertOptionalIp data, 'targetHost'
|
|
||||||
//this._react 'selenium.weinre', =>
|
//this._react 'selenium.weinre', =>
|
||||||
// this._runTransaction 'selenium.weinre',
|
// this._runTransaction 'selenium.weinre',
|
||||||
// targetHost: conf.weinre.httpHost
|
// targetHost: conf.weinre.httpHost
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue