File size: 209 Bytes
b4926d4
 
 
 
 
 
 
1
2
3
4
5
6
7
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')