Skip to content

Instantly share code, notes, and snippets.

View ozanyurtsever's full-sized avatar
🎯
Focusing

Ozan Yurtsever ozanyurtsever

🎯
Focusing
View GitHub Profile
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
import random
import sys
def print_same_line(text):
sys.stdout.write('\r')
sys.stdout.flush()