sb / app /main.py
ahmetalper's picture
Create app/main.py
b4926d4 verified
raw
history blame contribute delete
209 Bytes
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')