Get a page with Selenium but wait for element value to not be empty [duplicate]
问题 This question already has answers here : How to extract data from the following html? (3 answers) Assert if text within an element contains specific partial text (1 answer) Closed 18 days ago . I'm grabbing a web page using Selenium, but I need to wait for a certain value to load. I don't know what the value will be, only what element it will be present in. It seems that using the expected condition text_to_be_present_in_element_value or text_to_be_present_in_element is the most likely way