def PlayPause():
VocalChilloutListen = driver.find_element_by_xpath("/html/body/div[3]/div[9]/div[2]/div/div/div[2]/div/section[2]/div/div[2]/div/ul/li[1]/div/span/span[1]")
VocalChilloutListen.click()
t = Timer(5.0, PlayPause).start()
PlayPause()İle çözdüm...