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
  I want to eliminate git bash from the setup process 1bitboolean 3 936 Dec-03-2024, 09:13 PM
Last Post: deanhystad
  problem in entering address of a file in input akbarza 0 1,387 Oct-18-2023, 08:16 AM
Last Post: akbarza
  Sending Whatsapp Message in the text file ebincharles869 9 5,817 Jun-21-2022, 04:26 PM
Last Post: snippsat
  Trying to parse and work with the WhatsApp export of chats cubangt 6 5,231 Dec-16-2021, 08:20 PM
Last Post: cubangt
  syntaxerror when entering a constructor MaartenRo 2 2,677 Aug-03-2020, 02:09 PM
Last Post: MaartenRo
  How to eliminate unwanted spaces Mohan 5 4,182 Jun-04-2020, 08:34 AM
Last Post: buran
  Automated Bet placement redmercury 2 10,243 Dec-04-2019, 10:53 AM
Last Post: redmercury
  How to Stop Sentinel Value from Entering Final Output ZQ12 3 4,502 Nov-11-2019, 07:25 AM
Last Post: perfringo
  Error when entering letter/character instead of number/integer helplessnoobb 2 9,529 Jun-22-2019, 07:15 AM
Last Post: ThomasL
  How to eliminate magic squares formed by the same numbers, but permuted frame 7 4,761 May-09-2019, 11:28 AM
Last Post: frame

Forum Jump:

User Panel Messages

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