Python Forum
Feed List items with Integer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feed List items with Integer
#6
(May-18-2021, 10:18 AM)euras Wrote: I need just to feed somehow the index into element path, to make it work, and run
Then you can not do it like this.
.find_elements_by_tag_name('tr')[f'{inda}']
find_elements_by_tag_name('tr') in a loop return a webelement that can not be access bye referring to a index number[1]
.find_element_by_css_selector can be used to as showed in other Thread can be used to insert a index number.
If use find_elements_by_tag_name('tr') not in a loop so get all element,then can get use elements[1] on that list return.
Reply


Messages In This Thread
Feed List items with Integer - by euras - May-17-2021, 04:57 PM
RE: Feed List items with Integer - by menator01 - May-17-2021, 05:21 PM
RE: Feed List items with Integer - by euras - May-18-2021, 09:22 AM
RE: Feed List items with Integer - by snippsat - May-18-2021, 09:37 AM
RE: Feed List items with Integer - by euras - May-18-2021, 10:18 AM
RE: Feed List items with Integer - by snippsat - May-18-2021, 11:22 AM
RE: Feed List items with Integer - by euras - May-18-2021, 02:17 PM
RE: Feed List items with Integer - by snippsat - May-18-2021, 02:48 PM
RE: Feed List items with Integer - by euras - May-19-2021, 07:30 AM
RE: Feed List items with Integer - by snippsat - May-19-2021, 07:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Best way to feed python script of a file absolut 6 1,338 Jan-11-2025, 07:03 AM
Last Post: Gribouillis
  [SOLVED] [listbox] Feed it with dict passed to class? Winfried 3 1,392 May-13-2024, 05:57 AM
Last Post: Larz60+
Exclamation Multi-Threaded Camera Feed issue Khajababa69 0 1,589 May-05-2024, 09:44 PM
Last Post: Khajababa69
  Draw bounding boxes on live feed Jerome 0 1,340 Jan-20-2024, 10:50 PM
Last Post: Jerome
  Why do I have to repeat items in list slices in order to make this work? Pythonica 7 3,093 May-22-2023, 10:39 PM
Last Post: ICanIBB
  Finding combinations of list of items (30 or so) LynnS 1 1,591 Jan-25-2023, 02:57 PM
Last Post: deanhystad
  For Word, Count in List (Counts.Items()) new_coder_231013 6 7,362 Jul-21-2022, 02:51 PM
Last Post: new_coder_231013
  How to get list of exactly 10 items? Mark17 1 3,798 May-26-2022, 01:37 PM
Last Post: Mark17
  how to assign items from a list to a dictionary CompleteNewb 3 2,818 Mar-19-2022, 01:25 AM
Last Post: deanhystad
  How to parse a live feed in Python? Daring_T 2 9,049 Jan-20-2022, 04:17 AM
Last Post: Daring_T

Forum Jump:

User Panel Messages

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