-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
If you use #8 , you can get keydown/keyup to work again, but then you'll get this error:
define(function (require) {
var tdd = require('intern!tdd');
tdd.suite('recorder-generated suite', function () {
tdd.test('Test 1', function () {
return this.remote
.get('https://www.google.com/#q=puppies&*')
.findByXpath('id("lst-ib")')
.moveMouseTo(413, 21)
.clickMouseButton(0)
.pressKeys('puppies');
});
});
});
Note the character. This should be pressKeys(keys.ENTER) or pressKeys(keys.RETURN), I believe, based on https://theintern.github.io/leadfoot/module-leadfoot_keys.html .
Metadata
Metadata
Assignees
Labels
No labels