Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

There are a couple websites I routine log into to update calendar information. This is very routine without a lot of change. With the exception of the log in fields, it only involves right click (no other keyboard input). What "language" would be well suited for the task? I think website scraping would be overkill and am considering Autohotkey or AutoIt. It probably would be best if I could record the script by doing it manually first, then tweak the script by hand.

My default browser is Firefox but for this task I don't care what is used. Speed and performance is not a huge deal, as the task is fairly simple.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
141 views
Welcome To Ask or Share your Answers For Others

1 Answer

As you were talking about web scraping, I would assume you have bit of coding background.

Just as mentioned in comment, You are searching for Selenium WebDriver. It's a advanced library for automating browser activities (for IE,FF & Chrome).

There are 2 options available with Selenium

  1. Selenium IDE: This is Firefox plugin, helps in record and play. Auto generates code, however it's of old version.
  2. Writing selenium WebDriver scripts. It has learning curve which is relatively easy but not as easy as Autohotkey or AutoIt.

Hope it helps.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...