I need to read email from DB and save that email as .html on my desktop and then open that html and go through docusign process to complete the process.
I have code written for reading from DB and saving the output file as .html in my documents.
Now, I want to open that file in a new webdriver session and continue with rest of my testing. How can I achieve that?
We are using Selenium Python. Please advise