I am trying to get the next page button from this site "https://remoters.io/?s=finance..I have tried switching the iframe which I think is the right iframe..still no luck. I have tried finding this button with find_element_by_xpath etc.
next_iframe = driver.switch_to_frame('aswift_2')
next = next_iframe.find_element_by_partial_link_text('Next')
Can anyone have a look and help. Thanks.
