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


Messages In This Thread
Eliminate entering QR - Whatsapp web automated by selenium - by akanowhere - Aug-30-2020, 02:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem in entering address of a file in input akbarza 0 675 Oct-18-2023, 08:16 AM
Last Post: akbarza
  Question about Creating an Automated Process in Python Supratik1234 0 767 Jan-13-2023, 08:29 PM
Last Post: Supratik1234
  Sending Whatsapp Message in the text file ebincharles869 9 3,626 Jun-21-2022, 04:26 PM
Last Post: snippsat
  Trying to parse and work with the WhatsApp export of chats cubangt 6 2,767 Dec-16-2021, 08:20 PM
Last Post: cubangt
  Creating symbolic matrix automated NMMST 2 2,128 Oct-05-2020, 01:42 AM
Last Post: scidam
  Automated service status for windows Pkhan 2 2,174 Sep-30-2020, 10:30 AM
Last Post: Pkhan
  syntaxerror when entering a constructor MaartenRo 2 2,009 Aug-03-2020, 02:09 PM
Last Post: MaartenRo
  How to eliminate unwanted spaces Mohan 5 2,921 Jun-04-2020, 08:34 AM
Last Post: buran
  Automated compile - Multiple Target OS? nogi 5 2,638 Mar-24-2020, 11:44 AM
Last Post: jefsummers
  Automated Bet placement redmercury 2 8,393 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