rb-appscript
How to distribute frozen binary gems with Ruby application (not Rails)
I wrote a bunch of Ruby scripts that integrate different tools to create a \"workflow for academics\". A number of my friends have been very interested in trying this out, however they are held back b[详细]
2023-04-06 04:03 分类:问答Ruby way of handling shell command that evokes a MacOS securityd window
I have a simple problem that I\'d like to see if people here can help me with.Currently, I\'m writing some test automation to handle a simple in house command line tool that dumps the contents of a sm[详细]
2023-04-03 03:59 分类:问答How to loop through all rows in Excel using Applescript?
I\'m trying to loop through all rows in Excel and run some command on each row, but I can\'t figure out how![详细]
2023-03-28 15:59 分类:问答How to get path of currently selected file in Finder with rb-appscript in OSX Lion
In OSX 10.6 I used the following code to do something to each currently selected file in Finder: app(\'Finder\').selection.get.each do |item|[详细]
2023-03-26 18:58 分类:问答How do I export PSDs as PNGs with py-appscript?
I wrote a script to export PSDs as PNGs with rb-appscript. That\'s fine and dandy, but I can\'t seem to pull it off in py-appscript.[详细]
2023-03-25 01:57 分类:问答How do I catch this exception in Ruby?
I\'m a ruby beginner so bear with me. I am using the selenium-webdriver and rb-appscript gems to do some webscraping. The navigation to websites seems to be driven by the Net::Http object, which has[详细]
2023-03-24 15:19 分类:问答Segmentation fault issues (selenium-webdriver + rb-appscript)
I\'m trying to automate webscraping, making use of both the selenium-webdriver and the ruby port of AppleScript rb-appscript. However, when I try to run the code I keep running into a segmentation fau[详细]
2023-03-22 12:30 分类:问答How Do I Activate a specific Safari Window using rb-appscript?
I can\'t get rb-appscript to activate a specific Safari window. It is always activating the most recently active window.[详细]
2023-03-20 12:23 分类:问答How do I add files to targets in Xcode using rb-appscript?
I am trying to automatically add files to my Xcode project using rb-appscript.I don\'t have much experience with Ruby or Applescript, but two people seem to have made this work for them:[详细]
2023-03-20 07:28 分类:问答Using rb-appscript to write a bulleted/numbered list in pages or textedit
I need to use rb-appscrip开发者_Python百科t to create a new Pages document that contains bulleted and numbered lists. Looking in to this, I see that paragraphs have a property called list_style, but I[详细]
2023-03-14 01:29 分类:问答