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 if the program I have is python and then decompiling jpnyc 7 2,351 Jun-02-2022, 10:16 PM
Last Post: jpnyc
  Identifying keywords in text drchips 6 96,379 Mar-29-2022, 12:32 PM
Last Post: snippsat
Big Grin Variable flag vs code outside of for loop?(Disregard) cubangt 2 1,190 Mar-16-2022, 08:54 PM
Last Post: cubangt
  trying to put a a filter on identifying a straight CompleteNewb 1 1,667 Dec-01-2021, 11:11 PM
Last Post: CompleteNewb
  how to check for thread kill flag nanok66 1 2,198 May-09-2020, 10:06 PM
Last Post: nanok66
  Check for a special characters in a column and flag it ayomayam 0 2,060 Feb-12-2020, 03:04 PM
Last Post: ayomayam
  Using a flag error blackjesus24 1 1,627 Jan-30-2020, 09:42 AM
Last Post: buran
  Practicing using a "flag": please point in right direction magsloo 5 3,113 May-10-2019, 04:58 AM
Last Post: perfringo
  How to make an activation flag? Krszt 4 3,308 Oct-11-2018, 09:39 PM
Last Post: nilamo
  identifying a dictionary with an attribute? Skaperen 7 3,799 Oct-04-2018, 05:48 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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