Python Forum
Eliminate entering QR - Whatsapp web automated by selenium
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eliminate entering QR - Whatsapp web automated by selenium
#1
Hi:

I put this code to active without QR code...but it doesnt function.
I open de whatsweb, scan the QR and closed all. After I active the code bellow but its doesnt work. Could anybody help me?


options = webdriver.ChromeOptions()
options.add_argument(r"D:/pythonProject/Aulas/scripts/Projetos/whatsautomatico/driver/data") #here is no <Default>!!
driver = webdriver.Chrome(executable_path='D:\pythonProject\Aulas\scripts\Projetos\whatsautomatico\driver\chromedriver',
                          options=options)  # selenium 4 preferes "options" -> your code is more up to date :-)
driver.get('https://web.whatsapp.com')

time.sleep(15)
Reply
#2
Explore a hassle-free method for accessing WhatsApp Web without scanning QR codes. Discover alternative steps to connect your phone to WhatsApp Web effortlessly. Find detailed instructions and insights on overcoming QR code scanning issues. Enhance your WhatsApp Web experience without the usual QR code procedure. Simplify the connection process and enjoy seamless messaging on a larger screen.
Larz60+ write Jan-21-2024, 11:43 PM:
Link removed
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I am sending messages using Python to Telegram, but I need to use WhatsApp for it Hendrikb 0 118 Apr-29-2025, 09:38 AM
Last Post: Hendrikb
  I want to eliminate git bash from the setup process 1bitboolean 3 1,049 Dec-03-2024, 09:13 PM
Last Post: deanhystad
  problem in entering address of a file in input akbarza 0 1,500 Oct-18-2023, 08:16 AM
Last Post: akbarza
  Sending Whatsapp Message in the text file ebincharles869 9 6,094 Jun-21-2022, 04:26 PM
Last Post: snippsat
  Trying to parse and work with the WhatsApp export of chats cubangt 6 5,876 Dec-16-2021, 08:20 PM
Last Post: cubangt
  syntaxerror when entering a constructor MaartenRo 2 2,737 Aug-03-2020, 02:09 PM
Last Post: MaartenRo
  How to eliminate unwanted spaces Mohan 5 4,322 Jun-04-2020, 08:34 AM
Last Post: buran
  Automated Bet placement redmercury 2 10,430 Dec-04-2019, 10:53 AM
Last Post: redmercury
  How to Stop Sentinel Value from Entering Final Output ZQ12 3 4,669 Nov-11-2019, 07:25 AM
Last Post: perfringo
  Error when entering letter/character instead of number/integer helplessnoobb 2 9,752 Jun-22-2019, 07:15 AM
Last Post: ThomasL

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020