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.

  1. 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: VERSION BUILD=1005 RECORDER=CR Windows 10 - English Google Chrome is up to date Version 76.0.3809.100 (Official Build) (64-bit) Here's the Problem.
  2. Python & C#-programmering Projects for £20 - £250. The purpose of this project is to create a set of macros which can automate the signing up process for a Gmail account. It shall do this by reading data from a.csv and inputting it into the web page.


A single username and password gets you into everything Google (Gmail, Chrome, YouTube, Google Maps). Set up your profile and preferences just the way you like. IMacros Script Code Creator About the Software The iMacros Code Creator is a simple tool to convert iMacros macros into a scripting langu. Follow on Google+ Follow on Facebook.

Imacros Gmail Account Creator Software

Keep me signed in By checking this box you won't have to sign in as often on this device. For your security, we recommend only checking this box on your personal devices. By checking this box you won't have to sign in as often on this device.

  • 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. My hero academia english manga download.

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 :

Imacros Gmail Account Creator App

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 :

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:

Free new bin file sonicview 8000 hd setup.

iMacros for Internet Explorer

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.


iMacros for Firefox

Imacros Gmail Account Creator Password

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

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

Imacros Gmail Account Creator Sign Up

See Also

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

Retrieved from 'https://wiki.imacros.net/index.php?title=iimInit()&oldid=10974'