tst / app /main.py
ahmetalper's picture
Update app/main.py
9f47881 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())