Automation WDIO. Specification characters are skipped in the given text after updating the Chrome browser

After upgrading the Chrome browser to version 62.0.3202.75 (Official Build) (64-bit), specification symbols are omitted in the specified text, and the browser settings page unexpectedly opens when you enter the specification symbol or capital letter.

Tests are based on WDIO http://webdriver.io/

For example, if I perform

browser.setValue(selector,"Text #1");

the result of the input will be: "Text 1" and 2 opening the settings page

Only vulnerable MAC OS, no problems in Windows OS

Please advise how to fix, thanks for sharing the experience.

+4
source share

Source: https://habr.com/ru/post/1688518/


All Articles