用于将模板放置到网页上的脚本

时间:2016-01-26 18:56:17

标签: python-2.7 browser scripting

我试图创建一个Python脚本,允许我使用独特的键盘命令在网页上的两个文本框中放置模板;类似于Keepass' autotype功能但更快。

'''
Created on Jan 26, 2016

@author: emoore
'''
Print("Subject:")
Print("Problem Description:"
Print("Network Impact:")
Print("When did this issue begin:")
Print("Next actions for troubleshooting:")
Print("Current Network Impact:")
Print("Date of next follow up:")

0 个答案:

没有答案