Python Requests - Selenium Chrome
Budget: $250 – $750 USD
Write a python script which uses the existing chrome user profile (which includes existing cookies, bookmarks, history,..)
Open url https://www.dell.com/myaccount/de-de/overview
If needed login (should be only the case if existing profile cookies are timed out)
See docs of selenium here: https://www.selenium.dev/documentation/webdriver/
You can also solve the task with normal python get request (without selenium). Cookies after the login need to be saved in a file and must be used next time.
Open url https://www.dell.com/myaccount/de-de/overview
If needed login (should be only the case if existing profile cookies are timed out)
See docs of selenium here: https://www.selenium.dev/documentation/webdriver/
You can also solve the task with normal python get request (without selenium). Cookies after the login need to be saved in a file and must be used next time.