Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML loading process
#1
hello ppl, do you know the way for loading page?

For example we have a html code:
<html
--><head>
--><body>
</html>

and inside in body we have

<html
--><head>
--><body>
-----> <div 1
------------> <div 1.1
------------> <div 1.2
------------> <div 1.3
-----> <div 2


</html>


and the page load from up to down.
for example the page just start loading the <div 2 when finish the < div 1.3 ?

because I have a problem, I'm trying find a element and sometimes he is not in the same position so I have to use the "try code" and driver.wait.until(EC.presence_of_element_located((By.XPATH,"xpath link")))
is not working.
Reply
#2
Showing your code would be most helpful
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  HTML multi select HTML listbox with Flask/Python rfeyer 0 4,536 Mar-14-2021, 12:23 PM
Last Post: rfeyer
  Python3 + BeautifulSoup4 + lxml (HTML -> CSV) - How to loop to next HTML/new CSV Row BrandonKastning 0 2,329 Mar-22-2020, 06:10 AM
Last Post: BrandonKastning

Forum Jump:

User Panel Messages

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