Mới đọc bài viết này trên Medium
Ae có ai dùng cách này để kéo tf giúp tăng rank cho bài viết cụ thể chưa 💋
import selenium</p>
<h2 class="mt-4 text-xl font-bold">Using Chrome to access web</h2>
<p>driver = webdriver.Chrome()</p>
<h2 class="mt-4 text-xl font-bold">Open the website</h2>
<p>driver.get('https://canvas.case.edu')</p>
<h2 class="mt-4 text-xl font-bold">Find and click on list of courses</h2>
<p>courses_button = driver.find_element_by_id('global_nav_courses_link')</p>
<p>courses_button.click()
Dùng cách này analytics nó có tính là 1 user đang ontime ko nhỉ 🤨
