You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[atoms] Fix getText atom to capitalize Cyrillic text (#8196)
The change to getText atom by commit c0f3e3c caused a regression in
ChromeDriver, and Cyrillic words are no longer capitalized properly
(see https://crbug.com/chromedriver/3421). The problem is \b doesn't
recognize Cyrillic word boundaries. This is fixed by combinine logic
before and after commit c0f3e3c.
Co-authored-by: David Burns <[email protected]>
0 commit comments