def twitterIslemYap(kullaniciAdi,sifre,mail):
selenium temel kodları
firefox ayarları
twitter adresine git ( driver.get )
xpath/css/id/class ile click, send keys işlemleri
time.sleep(30)
# Using readlines()
file1 = open('myfile.txt', 'r')
Lines = file1.readlines()
count = 0
# Strips the newline character
for line in Lines:
count += 1
uyelikBilgileri = line.strip().split(':')
kullaniciadi = uyelikBilgileri[0]
sifre = uyelikBilgileri[1]
mail = uyelikBilgileri[2]
twitterIslemYap(kullaniciadi,sifre,mail)https://www.geeksforgeeks.org/login-...thon-selenium/
teşekkürler hocam bende uğrasıyorum