w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
679 stars 194 forks source link

Unable to use Spacebar key in WebdriverIO #1756

Closed ChintanMehta0510 closed 1 year ago

ChintanMehta0510 commented 1 year ago

I used different ways to use spacebar key but none seem to be working:

browser.keys("\uE00D"); browser.keys("\ue00d"); browser.keys(" ");

My tsconfig.json:

{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "module": "es2020", "moduleResolution": "node", "importHelpers": true, "target": "ES2022", "typeRoots": [ "node_modules", "node_modules/@types", "node_modules/@wdio", "node_modules/async" ], "lib": [ "es2018", "dom" ], "types": [ "node", "jasmine-framework", "expect-webdriverio", "webdriverio/async", "types" ], "paths": { "links there" ] }, "useDefineForClassFields": false }, "angularCompilerOptions": { "strictTemplates": true } }

whimboo commented 1 year ago

This seems to be an issue with WebDriver IO. As such please file a new one at: https://github.com/webdriverio/webdriverio. This repository is only for WebDriver specification issues. Thanks.