alright icon indicating copy to clipboard operation
alright copied to clipboard

Python wrapper for WhatsApp web-based on selenium

Results 54 alright issues
Sort by recently updated
recently updated
newest added

Can i use the alright with the edge? i'm trying to use it, but everytime is shown to me a new error There's the code: from alright import WhatsApp from...

The idea is to have one code function to send both Vids and Pics as the same functionality applies def send_vid_pic(self, vid_pic, message=" "): send_video can then call self.send_vid_pic(vid_pic, message="")...

Hey, @Kalebu. Now I'm the one getting stuck on `fetch_all_unread_chats` and `get_list_of_messages` EC waits. 😞 I'll take a look into it later.

How to find user by chatid, not using a wa.me API?

Sorry to ask this, but do I need to login via chrome first before I'm using alright? Thanks!

I believe loading whatsapp window again and again consumes alot of resources over my Pi. Is it possible to use already open window and send message? How about copying message...

Sorry, I'm developing for fun and I don't know much about github, so please forgive my ignorance. I have an idea to be added to **alright** (nice job, by the...

I am using Brave browser. Is it possible to open whatsapp web page in a Brave tab? Or, do I have to install Chromium? Thanks.

I am trying to use the operations `get_list_of_messages()` and `fetch_all_unread_chats()`, and the operations never returning a response. instead, they just waiting forever

i fixed `self.browser.find_element_**by_xpath**('//div[@id="main"]/header/div[1]/div[1]/div[1]/span').get_attribute("data-testid")` to `self.browser.find_element(**By.XPATH**,'//div[@id="main"]/header/div[1]/div[1]/div[1]/span').get_attribute("data-testid")` and i gets this error: `selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id="main"]/header/div[1]/div[1]/div[1]/span"} (Session info: chrome=105.0.5195.54)`