Yes it changed, but I'm not able to figure the correct one out, so currently I reload "new chat", and I take page_elements = PAGE.query_selector_all(".flex.flex-col.items-start > div") instead, with last_element = page_elements[0] instead of -2.
Yes it changed, but I'm not able to figure the correct one out, so currently I reload "new chat", and I take
page_elements = PAGE.query_selector_all(".flex.flex-col.items-start > div")
instead, with last_element = page_elements[0] instead of -2.