Skip to content

non-ASCII character when pressing ENTER #9

@The-Alchemist

Description

@The-Alchemist

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions