Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Multiple keyboard stroke with click crashes #4662

@JosephSKh

Description

@JosephSKh

Bug report

  • Node Version: 6.11.3
  • Protractor Version: 5.2.2
  • Angular Version: 2
  • Browser(s): firefox 57.0.4
  • Operating System and Version Ubuntu 16.04.3
  • Your protractor configuration file
exports.config = {
	allScriptsTimeout: 40000,
	framework: 'jasmine',
	seleniumAddress: 'http://localhost:4444/wd/hub',
	specs: ['spec.js'],
	multiCapabilities: [
		{
			browserName: 'firefox'
		}
	],
	useAllAngular2AppRoots: true
}
  • A relevant example test
browser.actions()
			.keyDown(protractor.Key.CONTROL)
			.mouseMove(myElement)
			.click()
			.keyUp(protractor.Key.CONTROL)
			.perform();
  • Output from running the test
    UnsupportedOperationError: sendKeysToActiveElement
    Build info: version: '3.8.1', revision: '6e95a6684b', time: '2017-12-01T19:05:32.194Z'
    System info: host: 'joeub', ip: '137.202.124.99', os.name: 'Linux', os.arch: 'amd64', os.version: '4.10.0-35-generic', java.version: '1.8.0_144'
  • Steps to reproduce the bug
    I'm just trying to multi select some rows in a table

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