Spaces:
Runtime error
Runtime error
from seleniumbase import SB | |
with SB(uc = True, maximize = True, headless = True) as sb: | |
sb.open('https://rundiffusion.com/') | |
print(f'\nUrl of the current page is : {sb.get_current_url()}\n') |