Python Forum
While loop skips multiple dropdown menu options and then works as intended
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
While loop skips multiple dropdown menu options and then works as intended
#2
hello,

havent tested your code
but you are using
while true
isnt it in your case better to convert you code so you can use
something like

i=10
while i<=41:
    #rethink the code you will be writing here
    i+1
Reply


Messages In This Thread
RE: While loop skips multiple dropdown menu options and then works as intended - by keuninkske - Dec-23-2019, 10:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Generating dynamic dropdown list test 1 1,494 Aug-30-2023, 08:00 AM
Last Post: blessinguvula
  Using yt-dlp options in Python Pavel_47 8 14,613 Jun-29-2022, 12:52 PM
Last Post: Pavel_47
  Python Selenium (Dropdown-) data Robin_at_Cantelli 2 6,215 Dec-29-2021, 03:16 AM
Last Post: ondreweil
  Selenium Python for Dropdown not working gj31980 1 2,693 Oct-27-2020, 02:02 AM
Last Post: gj31980
  Dropdown interact moisesfelipee 0 1,693 May-04-2020, 01:11 AM
Last Post: moisesfelipee
  How can i scrape dropdown value ? caca 0 2,997 Nov-03-2019, 11:24 PM
Last Post: caca
  getting options from a html form pgoosen 5 3,287 Jul-03-2019, 06:07 PM
Last Post: nilamo
  Python Flask Dependent Dropdown Anfaa 3 18,497 Oct-24-2018, 09:35 PM
Last Post: nilamo
  Click dropdown menu option with Selenium PyChrome AcszE 3 5,947 Oct-26-2017, 10:07 PM
Last Post: metulburr
  Create Dictionary List (From a webpage dropdown) for Comparison to a CSV File Guttmann 5 5,937 Mar-31-2017, 01:29 AM
Last Post: Guttmann

Forum Jump:

User Panel Messages

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