Skusal som nieco taketo:
Kód: Vybrať všetko
options = webdriver.ChromeOptions()
options.add_argument("user-data-dir=C:\\Users\\kupo\\AppData\\Local\\Google\\Chrome\\User Data\\Default")
w = webdriver.Chrome(executable_path="C:\\Users\\kupo\\Anaconda3\\Scripts\\chromedriver.exe", chrome_options=options)
w.get('https://steemit.com/piston/@xeroc/piston-web-first-open-source-steem-gui---searching-for-alpha-testers');
time.sleep(5)
w.find_element_by_xpath('//*[@id="Chevron_Up_Circle"]/path').click()