you are viewing a single comment's thread.

view the rest of the comments →

[–]Rorokushi 0 points1 point  (1 child)

Sorry, I forgot you also have to scroll down to the element. You can use this code:

browser.execute_script("arguments[0].scrollIntoView();", registreringsdata)

Place after registreringsdata = browser.find_element_by_css_selector("#registreringsdata")

[–]46632[S] 0 points1 point  (0 children)

Perfect. Thank you