Python Forum
How to find element in a deeply nested html structure
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find element in a deeply nested html structure
#1
Hi, I have a deeply nested element (the 11.7 value underlined) as shown below. May I know how can I find this element?


<div class="col-lg-6 ">
<div class="form-group ">
<label>Size</label>

<span data-val controltovalidate="MainPlaceHolder_Size " data-val-focusOnError="t " data-val-errormessage="(Required field*)" id="MainPlaceHolderFormCtrl_Size " data-val="true " data-val-evaluationfunction="RequiredFieldValidatorEvaluateIsValid " data-val-initialvalue="" style="color:Red;visibility:hidden;">(Required field*)</span>
<input name="MainPlaceHolderContentPlaceHolder" type="text " id="MainPlaceHolder_Size " value="N.A " class="form-control " style="display:none;" />
<input name="MainPlaceHolderContentPlaceHolderSize " type="text " id="MainPlaceHolder_ContentPlaceHolderSize " class="form-control " value="11.7 " />
</div>
</div>
</div>

I have tried finding element by ID,class name,XPath but nothing works..
Reply


Messages In This Thread
How to find element in a deeply nested html structure - by Orientation_group - Oct-04-2023, 06:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Selenium suddenly fails to find element Pavel_47 3 6,512 Sep-04-2022, 11:06 AM
Last Post: Pavel_47
  HTML multi select HTML listbox with Flask/Python rfeyer 0 4,796 Mar-14-2021, 12:23 PM
Last Post: rfeyer
  Find element using xpath engli 3 4,050 May-20-2020, 08:56 AM
Last Post: Larz60+
  find element...click() dont work windows11 6 3,265 Apr-23-2020, 11:13 PM
Last Post: law
  Find Dynamic Input Element Class Problem wazacko 0 1,662 Apr-03-2020, 11:46 AM
Last Post: wazacko
  bypassing find element click() windows11 1 1,958 Apr-02-2020, 11:55 AM
Last Post: Larz60+
  How find link element zinho 3 3,240 Mar-31-2020, 12:29 PM
Last Post: snippsat
  Python3 + BeautifulSoup4 + lxml (HTML -> CSV) - How to loop to next HTML/new CSV Row BrandonKastning 0 2,435 Mar-22-2020, 06:10 AM
Last Post: BrandonKastning
  How to find which frame/iframe my element belongs to? smaria 1 2,122 Nov-18-2019, 09:21 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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