send_message1() is not working
See original GitHub issueIt looks like one of the xpath
are broken. I don’t know which one. Throws UnboundLocalVariable
error on line 249 of __init.py__
file
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
Why does the SendMessage() function not work?
Another one is that SendMessage() doesn't properly simulate mouse input. The messages you are sending are normally posted to the message ...
Read more >SendMessage not working properly
But when I run I get: SendMessage TESTMoveOtherRows has no receiver! UnityEngine.Component:SendMessage(String) RowController :D ieFunction() ...
Read more >Messaging -> sendMessage() doesn't work · Issue #3817
So sendMessage() should not exist in the client SDK? Just in server SDK? This may be a documentation issue more than anything, and...
Read more >browser.runtime.sendMessage not working for injected ...
I'm trying to send a message from a content script to an injected iframe that's located in the extension's file tree (using the...
Read more >Scripting API: GameObject.SendMessage
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, I changed the value on that line and now it works. As I said in the comment to the issue,
the problem was in
xpath
. And you found that brokenxpath
. Good job @abdullahalshubaili 👍Hi, @bekbolsky. I see that we may be facing some backward compatibility on Selenium versions. I’ve set a quick general fix that may help you with text messages sending: the
just_type_and_send_message
method. Recommended usage:Please, let us know if that works as expected. Thanks a lot for reporting the issue!