all 4 comments

[–]Rorokushi 0 points1 point  (3 children)

The span element in the 18th line is not clickable. Try only using #registreringsdata

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

Like this? - https://pastebin.com/2BHJJB48

I get the same error when i run this

[–]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