Skip to content
Discussion options

You must be logged in to vote

Maybe you need to scroll it into view for that site. This worked for me:

from seleniumbase import sb_cdp

sb = sb_cdp.Chrome("https://restructuring.ra.kroll.com/lycra/")
sb.sleep(2)
sb.scroll_into_view("#show-all-dates-link")
sb.sleep(1)
sb.click("#show-all-dates-link")
sb.sleep(1)
sb.scroll_into_view("#dates-container")
breakpoint()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ScottCov
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants