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
  problem in entering address of a file in input akbarza 0 639 Oct-18-2023, 08:16 AM
Last Post: akbarza
  Question about Creating an Automated Process in Python Supratik1234 0 737 Jan-13-2023, 08:29 PM
Last Post: Supratik1234
  Sending Whatsapp Message in the text file ebincharles869 9 3,498 Jun-21-2022, 04:26 PM
Last Post: snippsat
  Trying to parse and work with the WhatsApp export of chats cubangt 6 2,664 Dec-16-2021, 08:20 PM
Last Post: cubangt
  Creating symbolic matrix automated NMMST 2 2,088 Oct-05-2020, 01:42 AM
Last Post: scidam
  Automated service status for windows Pkhan 2 2,130 Sep-30-2020, 10:30 AM
Last Post: Pkhan
  syntaxerror when entering a constructor MaartenRo 2 1,970 Aug-03-2020, 02:09 PM
Last Post: MaartenRo
  How to eliminate unwanted spaces Mohan 5 2,862 Jun-04-2020, 08:34 AM
Last Post: buran
  Automated compile - Multiple Target OS? nogi 5 2,583 Mar-24-2020, 11:44 AM
Last Post: jefsummers
  Automated Bet placement redmercury 2 8,304 Dec-04-2019, 10:53 AM
Last Post: redmercury

Forum Jump:

User Panel Messages

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