Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textMatches multiline does not match #43

Open
serhatozles opened this issue Jan 19, 2020 · 1 comment
Open

textMatches multiline does not match #43

serhatozles opened this issue Jan 19, 2020 · 1 comment

Comments

@serhatozles
Copy link

if ((getMask() & Selector.MASK_TEXTMATCHES) > 0) { if (s == null) s = By.text(Pattern.compile(getTextMatches())); else s = s.text(Pattern.compile(getTextMatches())); }

I checked this line, I found some articles for this: https://stackoverflow.com/questions/3651725/match-multiline-text-using-regular-expression

Can you please fix this?

@mingyuan-xia
Copy link
Member

A PR would be welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants