sibiprabu Posted February 3, 2014 Posted February 3, 2014 (edited) Please share how can we getting the file name from download file popup (refer the screen shot) also need to rename the file name from Save As dialog box (refer the screen shot) regards prabu Edited February 3, 2014 by sibiprabu
shai Posted February 3, 2014 Posted February 3, 2014 (edited) Way you don't use on inetget function? Edited February 3, 2014 by shai
sibiprabu Posted February 4, 2014 Author Posted February 4, 2014 Way you don't use on inetget function? can you please share the sample code for getting the name, when we tried possible to get the size of the file , but not file name
LarsJ Posted February 4, 2014 Posted February 4, 2014 This seems to be standard Windows XP dialog boxes. You can get all the information you need with AutoIt Window Info. Then take a look at the Window functions. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions
Automationuser Posted February 5, 2014 Posted February 5, 2014 use controlgettext() to fetch the file name. To rename filename use ControlSend().
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now