Jump to content

How to automate Google chrome


kcvinu
 Share

Recommended Posts

Hi there,
I need to automate some tasks in Google Chrome. I need to send one e-mail/day to same address but different attachment and different subject. So i am seeking guidance from you. Thanks in advance. 
 
note: Extra informations
1. Attachments are pdf files. And they always reside in same folder.
2. Subject text's 95% will be always same. i.e. If today's subject is "Myworkname myfilename #250", then tomorrow's subject will be like this "Myworkname myfilename #251"
3. And name of the attachment is also in the same manner. i.e. If today's attachment's name is "Myfilename 250" then tomorrow's file will be "Myfilename 251"
 
I only know to automate this task with MouseClick() function. But chances are there to zoom the gmail window. So mousclick will not work.
Edited by kcvinu
Spoiler

My Contributions

Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language.

UDF Link Viewer   --- A tool to visit the links of some most important UDFs 

 Includer_2  ----- A tool to type the #include statement automatically 

 Digits To Date  ----- date from 3 integer values

PrintList ----- prints arrays into console for testing.

 Alert  ------ An alternative for MsgBox 

 MousePosition ------- A simple tooltip display of mouse position

GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function

Access_UDF  -------- An UDF for working with access database files. (.*accdb only)

 

Link to comment
Share on other sites

Hi Danp2,

Thank you for your reply. Let me read that. :)

Spoiler

My Contributions

Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language.

UDF Link Viewer   --- A tool to visit the links of some most important UDFs 

 Includer_2  ----- A tool to type the #include statement automatically 

 Digits To Date  ----- date from 3 integer values

PrintList ----- prints arrays into console for testing.

 Alert  ------ An alternative for MsgBox 

 MousePosition ------- A simple tooltip display of mouse position

GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function

Access_UDF  -------- An UDF for working with access database files. (.*accdb only)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...