_,result = hs.osascript.applescript([[
tell application "Google Chrome"
set theResult to execute front window's active tab javascript "document.getElementById('current-learning-word'). innerHTML"
if theResult is not missing value then
theResult
end if
end tell
]])
--
You received this message because you are subscribed to the Google Groups "Hammerspoon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hammerspoon+unsubscribe@googlegroups.com.
To post to this group, send email to hamme...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/hammerspoon/96239022-d02f-4e0d-a6c1-0b7c5bb597e0%40googlegroups.com.