Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7548781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:47:08+00:00 2026-05-30T09:47:08+00:00

Given that with the way Firefox now works, it’s somewhat infeasible to specify the

  • 0

Given that with the way Firefox now works, it’s somewhat infeasible to specify the Save As filename no matter what kind of link, redirect or mime type watir-webdriver encounters in a completely non-interactive/non-GUI way.

What might be a simple way to find out the name of the file that’s just been saved?

Hopefully something more reliable than “detect latest file created in directory” since I have independent processes necessarily using the same folder simultaneously, including other webdrivers.

Promptless download already setup (as much as possible using many foreseen file types) in profile using this method: Firefox 4 with watir webdriver: Need help using helperApps.neverAsk to save CSV without prompting

In my setup a Bash script calls Ruby which does the watir-webdriver stuff, launches the browser etc. then exits back to the Bash process. I’d prefer if Ruby learned the filename it just saved right away, since with its env it knows best how I want to rename the file, rather than leaving it to some spooky lsof/strace to figure out post mortem. But whatever works.

UPDATE

Since the answer seems to be not really, can anyone suggest short Ruby code that finds the latest file saved given a directory, checks if indeed it was written within the last 2 seconds, and renames it to my variable $acctno.csv ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T09:47:10+00:00Added an answer on May 30, 2026 at 9:47 am

    Try this, but replace Dir.pwd with your directory name

    f = Dir.entries(Dir.pwd).reject{|f|File.ftype(f)!='file'}.sort_by{|f| File.mtime(f)}.last
    File.rename(f, "#{$acctno}.csv") if Time.now-File.mtime(f)<2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given that the Rails Way seems to be not to use foreign key constraints,
Given that: There seems to be no easy way to get a list of
Given a string that isn't too long, what is the best way to read
Given an object, is there any way to get notified of when that object
I've been looking for a way to hash a given string in C# that
Well, I'm developing a firefox addon that reload a given set of url automatically
Is it possible to use COUNT in some way that will give me the
Is there a way to query a MySQL database that gives me all blobs
Could anyone give an example program that explains Java Threads in a simple way?
Is there a standard/common way to give compiler-style error messages that point to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.