yashaka / selene

User-oriented Web UI browser tests in Python
https://yashaka.github.io/selene/
MIT License
676 stars 145 forks source link

ignore_case + regex support in have.value & co #537

Open yashaka opened 1 month ago

yashaka commented 1 month ago

Consider adding regex support to the following conditions:

Take #529 as example of implementation and also the corresponding ignore case implementation...