I can't find how to make my system click my button. here is the code of the button (or in attachment)
<button class="btn btn-primary btn-captcha" id="invisibleCaptchaShortlink" type="submit">continue</button>
I've already tried this command, but it doesn't work.
search = driver.find_element_by_name("invisibleCaptchaShortlink")
search.click()
