.
Why don't you use the whole Python wrapper? There are some builtin functions that would solve your problem.
I guess that's a selenium issue, as you said, the javascript is working fine, the problem is that execute_script probably won't read console.log, I'm not 100% sure but to read the console from selenium you would need something like driver.get_log, but again, this is related to the way you are trying to acheive it, which is not the best approach
How should i use the wrapper? Do you mean wapi_js_wrapper.py ?
I mean installing this repo and then you can run the functions easily, start with the samples folder, that should give you an idea..
And you can also check the documentation, not up-to-date but still helps
Thank you so much
@lfdelphino @ecjN00B @mukulhase @bobaoapae @brunosoaresds guys i am still having trouble with this issue can you help me ?
change this..
function find_online(id){
return Store.Chat.find(id).then((e)=>{ return Store.Presence.find(e.id);});
}
can i check if a number is online
however it isnot on my contact list ?
@bobaoapae
@lfdelphino
@brunosoaresds
Most helpful comment
I mean installing this repo and then you can run the functions easily, start with the samples folder, that should give you an idea..
And you can also check the documentation, not up-to-date but still helps