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

Unable to send text and media, WaitForCSSElemnt timeout #7

Closed
albertocolombo73 opened this issue Sep 2, 2023 · 1 comment
Closed

Comments

@albertocolombo73
Copy link

Hi to all,

It seems that the WaitForCSSElemnt method for the selector "[title='Type a message']" times out because it can't find the selector. The code is as follows:
var textbox = WaitForCSSElemnt("[title='Type a message']", load_timeout);

After debugging I noticed that, in my case, it expects a label in Italian language like the following:
var textbox = WaitForCSSElemnt("[title='Scrivi un messaggio']", load_timeout);

How to solve this problem to accept all language label? Thank you in advance.

Alberto

@MAKFneish
Copy link
Collaborator

Whatsapp has changed thier code, we must keep tracking their changes, the new version fixes this issue.

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

No branches or pull requests

2 participants