Python Forum
Identifying string success flag
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identifying string success flag
#1
Hi Guys,

I have a string of text seperated by a pipe symbol like:

# a list of flags to look for on success ...
submit_success = "TEXT_1|TEXT_2|TEXT_3|etc"

# if a flag is found do our routines ...
if any(s in self.driver.page_source for s in submit_success.split('|')):
    # run this code once a submit_success flag is found
Once one of those TEXT strings is found in the html we mark it as a success.

What i'm having trouble with is, how can i find out which of the "submit_success" flags was found?

Any help would be appreciated.

cheers
Reply


Messages In This Thread
Identifying string success flag - by graham23s - Aug-13-2019, 05:07 PM
RE: Identifying string success flag - by ichabod801 - Aug-13-2019, 05:23 PM
RE: Identifying string success flag - by metulburr - Aug-13-2019, 05:24 PM
RE: Identifying string success flag - by nilamo - Aug-14-2019, 09:04 PM
RE: Identifying string success flag - by graham23s - Aug-14-2019, 09:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Identifying Valid and Invalid Phone Contact KiranKandavalli 3 756 Apr-03-2025, 07:12 PM
Last Post: deanhystad
  keeping logs for every success fail attempt robertkwild 22 6,609 Jul-19-2024, 03:49 PM
Last Post: robertkwild
  Identifying if the program I have is python and then decompiling jpnyc 7 4,356 Jun-02-2022, 10:16 PM
Last Post: jpnyc
  Identifying keywords in text drchips 6 169,274 Mar-29-2022, 12:32 PM
Last Post: snippsat
Big Grin Variable flag vs code outside of for loop?(Disregard) cubangt 2 2,136 Mar-16-2022, 08:54 PM
Last Post: cubangt
  trying to put a a filter on identifying a straight CompleteNewb 1 2,297 Dec-01-2021, 11:11 PM
Last Post: CompleteNewb
  how to check for thread kill flag nanok66 1 3,050 May-09-2020, 10:06 PM
Last Post: nanok66
  Check for a special characters in a column and flag it ayomayam 0 2,688 Feb-12-2020, 03:04 PM
Last Post: ayomayam
  Using a flag error blackjesus24 1 2,230 Jan-30-2020, 09:42 AM
Last Post: buran
  Practicing using a "flag": please point in right direction magsloo 5 4,772 May-10-2019, 04:58 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

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