tst / main.py
ahmetalper's picture
Create main.py
7566dce verified
raw
history blame
No virus
242 Bytes
from seleniumbase import SB
from time import sleep
with SB(uc = True, maximize = True, headless = True, chromium_arg = '--mute-audio') as sb:
sb.open('https://app.rundiffusion.com/login')
sleep(1)
print(sb.get_title())