Imacros Gmail Account Creator

Imacros Gmail Account Creator

Initializes the Scripting Interface. It opens a new instance of the iMacros Browser, IE or Firefox, or connects to an existing instance (depending on the specified parameters). If the command fails for any reason it returns an error code.

iMacros G-mail New Account Form Filler. Thread starter shagoo; Start date Aug 24, 2017; Tags gmail gmail account gmail accounts gmail email creator imacros shagoo Senior. Joined Oct 5, 2015 Posts 871 T$ 171 Aug 24, 2017 #1 Here is an imacros script that will populate all required filds on create new gmail page. Open or extract all iim file, put it in the imacros folder. Open imacros on FireFox, highlight the.iim file you want to use. Look down for “Repeat Macro” change the max to something like 99999 4. Then click Play(Loop) 5. This is its use easy steps: 1: Login to YLH - YouLikeHits - Get Like Facebook, YouTube. !SINGLESTEP Enables single-step debugging: iMacros stops after every command and waits for the user to click the Continue button.!STOPWATCHTIME Contains the last measured response time value.!STOPWATCHHEADER If set to NO tells iMacros to omit the header in the output performance file.

With over 9 million downloads, iMacros is the world's most popular web automation, data extraction and web testing software. Download your free trial today. Get custom business email @yourcompany using Gmail from Google Workspace. Includes 24/7 support and other business essentials like storage & file sharing.


  • 5Separate Browser Instances

Syntax

The ' are placeholders for three parameters that are no longer in use (replaced by iimRunner). We keep this format for backward compatibility.

Imacros Gmail Account Creator Software

As of iMacros V7.40 and later you can also use the new, simplified iimOpen command:

In some languages you might be able to omit some or all the parameters, but if you would like to input timeout, you will have to include all of them.

Example:

In C# you used to write

but now you can simply write:

In Delphi

Old:

New:

In VBS can you can simply use

or

You find more code examples for other languages in our Sample Code section.

Parameters

  • String commandLine
    Specifies command line switches. All switches start with a dash (-). Possible switches are:
    • -ie Starts Internet Explorer instead of the iMacros Browser. Note that the iMacros sidebar needs to be open in IE so that it re-opens automatically when IE is started.
    • -fx Starts Mozilla Firefox instead of the iMacros Browser. (iMacros for Firefox needs to be installed, see this forum post for important information). Info: If you are using iMacros for Firefox 7.4 or later with an older iMacros version (below V7.5) please download the Firefox Scripting Interface separately.
    • -cr Starts Google Chrome instead of the iMacros Browser.iMacros for Chrome needs to be installed.
    • -tray Starts the iMacros Browser in tray mode. Note that some browser elements (e. g. Flash) might behave strange when the browser is hidden. In this case we recommend not to use this mode. It is always ok to have iMacros run in the background (=hidden by other windows or other iMacros instances), this does not disturb Flash. CPU usage of iMacros is the same with our without tray mode, it is always exactly the same as Internet Explorer.
    • -silent Starts the iMacros Browser in silent mode, i.e. tray mode without a tray icon.
    • -kioskmode Starts the iMacros Browser with menu, sidebar, and toolbar hidden. This is also a good way to protect macros from displaying during execution and/or being copied.
    • -runner Starts iMacros via the iimRunner tool.
    • -iePrivate' (IE only, so '-ie' must be given, too). This starts IE in 'InPrivate' mode, i.e. each instance is separated from another.
    • -key Start iMacros with the specified license key, for example as Player. This ignores any license key that the user might have entered. Currently, this switch is supported in the iMacros Browser and IE. For Firefox, a special registry tweak is available instead (contact tech support for details).
    • -fxProfile MyProfile (FX only). Specifically for Firefox there are also the fxProfile switch. This switch is necessary when running several instances simultaneously, or with iimRunner.
    • -crUserdataDir MyUserDataDir (CR only). Uses Chrome --user-data-dir option. This switch is necessary when running several instances simultaneously, or with iimRunner. Use the full path to an already existent Google Chrome user-data-dir, if the path contains spaces, use double quotes.
  • boolean openNewBrowser
    Specifies whether to create a new iMacros Browser, Firefox or Internet Explorer process.
    If set to false, iMacros Scripting Interface looks around for uncontrolled instances (that is, not connected to a scripting interface) and attaches to any one found. If none is found, it will create a new process and connect to it.
    Default is true.
  • Long timeout
    iimInit waits <timeout> seconds for the iMacros Browser, Firefox or IE to start. Default is 30 seconds. Note that on systems with a heavy CPU load (near or equal 100%) it can take around 30s for a web browser to start. Example: You can change the timeout to 90s with iret = iim1.iimInit (', true, 90)

Return values

  • 1 Completed ok
  • -1 Could not start the specified web browser
  • -3 Timeout (In the trial version this error can also occur if you do not press the iMacros trial version reminder screen 'Continue' button in time. This issue can never occur in the full version.)
  • -6 (only with -runner flag) iimRunner not running. Please start iimRunner.exe first. You find this file in the iMacros program directory.
  • -7 (only with -runner flag) The max. number of allowed iMacros instances is reached. You can change this limit in the iimrunner.xml file. You find this file in the iMacros program directory. This error also occurs if there is no iimrunner.xml file.
  • -9 Failed to connect to Firefox or Chrome, or could not load imtcp.dll, the assembly necessary to remote control iMacros for Firefox and iMacros for Chrome. iimGetLastError should have the complete error message. Please, call iimExit to kill this process if you used iimInit to create it.

For more information see the complete list of Scripting Interface Return Codes.

Note: You should call iimExit always at the end of a loop or task, even if iimInit itself returns an error value and the browser is not started. This way you make sure all is 'cleaned up'. That is especially useful for running iMacros non-stop for weeks.

Examples

Initialize the Scripting Interface in silent mode (iMacros not visible in taskbar or tray - Visual Basic Script example):

Initialize the Scripting Interface connection to an existing Internet Explorer instance:

Start Firefox via iimRunner :

Start Chrome via iimRunner:

Important: If the profile path contains blanks, so you should quote it, but because the whole command line is already a quoted string, you have to escape the quotes by using two quotes (in vbs). The whole thing should look like that:

If your iimInit() is in C#, then use :

Imacros Gmail Account Creator Password

Separate Browser Instances

For some web testing tasks it is important that different browser instances on the same machine do not share cookies.

Example: Assume you are Google and need to test Gmail. Then you may need twenty IE or Firefox instances running on the same machine, but each one logged into a different Gmail account. What iMacros does in instance A with the Gmail account A should not influence the next instance that is logged into Gmail account B.


iMacros achieves this with the following iimInit switches:


iMacros for Internet Explorer

Imacros Gmail Account Creator App

Use the '-iePrivate' switch. Then cookies are not shared between each instance. The IE InPrivate mode is identical to a normal IE instance except that cookies are not stored on the hard drive and thus not shared.


Account

iMacros for Firefox

Please use the '-fxProfile' profile switch. Firefox does not share cookies between different profiles. If you need to have 20 separate Firefox instances, you need to create 20 Firefox profiles.


iMacros for Chrome

Please use the '-crUserDataDir' chrome profile switch. Chrome does not share cookies between different profiles. If you need to have 20 separate Chrome instances, you need to create 20 Chrome profiles.

Note: The crUserDataDir support has just been added recently (V7.36), so it is not yet as thoroughly tested in the wild as the rock-stable automation support for IE and Firefox. Please contact support if you encounter any problems with it the Chrome browser automation.

iMacros Browser

For the iMacros Browser instance separation is not yet available. But you can use iMacros for IE instead.

Related forum post: Best Practices for running Multiple Browser Macros

See Also

64-bit Scripting Interface, iimPlay, iimDisplay, iimExit, iimGetLastError, iimGetLastExtract, iimTakeBrowserScreenshot

Retrieved from 'https://wiki.imacros.net/index.php?title=iimInit()&oldid=10974'
Hello - I've used iMacros for a few years, but I'm new to the forums and would consider myself an advanced-beginner user (not sophisticated).
Here are my FCI details:

Imacros Gmail Account Creator Sign Up

VERSION BUILD=1005 RECORDER=CR
Windows 10 - EnglishGmail
Google Chrome is up to date
Version 76.0.3809.100 (Official Build) (64-bit)
Here's the Problem:
I'm trying to record a macro that will allow me to schedule emails in Gmail. I cannot record the clicking of one button ('Compose') and two drop down menus. I've tried every recording mode variation in the settings. I've tried recording to get the selectors and then using EVENT TYPE=CLICK and EVENT TYPE=MOUSEDOWN. I suspect this has to do with javascript being used on the page. I'm not a programmer by training, so it's no surprise that I'm spinning my wheels here for hours. Any help would be greatly appreciated!
What do I want to click:
Button - Compose new emails.
Dropdown Menus - 1) the carrot next to Send button - this expands a Schedule Send button.
2) From email (at top) to select different email accounts synced to my Gmail account
Thanks for your help,
Chris