一旦我有了重命名的文件,我需要将它们添加到我的项目的 wiki 页面。这是一个相当重复的手动任务,所以我想我可以编写脚本,但我不知道从哪里开始。
过程是:
Got to appropriate page on the wiki
for each team member (DeveloperA, DeveloperB, DeveloperC)
{
for each of two files ('*_current.jpg', '*_lastweek.jpg')
{
Select 'Attach' link on page
Select the 'manage' link next to the file to be updated
Click 'Browse' button
Browse to the relevant file (which has the same name as the previous version)
Click 'Upload file' button
}
}
不一定要寻找完整的解决方案,因为我想自己尝试一下。
从哪里开始?我可以使用什么语言来做到这一点,它有多难?