+-+-+ +-+ +-+-+-+-+
|G|O| |4| |H|I|V|E|
+-+-+ +-+ +-+-+-+-+

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Make up a catching title

BY: @bullhashbear | CREATED: May 27, 2018, 7:11 p.m. | VOTES: 2 | PAYOUT: $0.00 | [ VOTE ]

https://media.giphy.com/media/3oEdvctR8WV2XHJR5e/giphy.gif

Ignore this post, Applescript gone wrong. Should have tested while logged out. The part of the script that actually works:

set var_title to "Make up a catching title" as text
set var_tag to "enter up to five tags" as text

tell application "Safari"
    tell window 1
        set current tab to (make new tab with properties {URL:"https://steemit.com/submit.html"})
    end tell
end tell
delay 10

tell application "Safari" to activate
tell application "System Events"
    keystroke return
    delay 0.5
    keystroke var_title
    keystroke tab
    delay 0.5
    keystroke tab
    delay 0.5
    keystroke var_tag
end tell

[IMAGE: https://cdn.steemitimages.com/DQmXFtqgo5BYDR2KznTQQ15hgpHfcYsLPZJWnMxA3pYijqp/applescript.gif]

TAGS: [ #enter ] [ #up ] [ #to ] [ #five ] [ #tags ]

Replies

NO REPLIES FOUND.

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>