vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

chore: Fix isChrome to work with newer Chrome versions (5.2) #1740

Closed TatuLund closed 7 months ago

TatuLund commented 8 months ago

The newer Chrome versions report different browser name depending on being headless mode or not. Both are prefixed with "chrome", hence altering checking from equals to startsWith.

fixes #1741