Search Result

Collapse
7 results in 0.0013 seconds.
Keywords
Members
Tags
automation
  •  

  • bala2it4u
    started a topic How Selenium Server Works for firefox

    How Selenium Server Works for firefox

    I am dot net developer, I am using selenium server jar file to run web automation tesing.
    Basically using http service request is send from client selenium to server selenium, but how selenium server interacts with firefox, how it is injecting the script to the browser?

    Can any one tell me the logic behind this
    See more | Go to post

  • Automatically creating tables from spacing deliminated fields

    I am trying to figure out how to write some sort of code that will go through the txt files in a folder and pull the data into fields plus the txt file name as well.

    For example I would like to pull all data after a : or ? plus the file name into a database and then go to the next row in the database and pull the data from the next txt file in that folder.

    This is an example layout of one of the files :
    Code:
    Computername______________________:
    ...
    See more | Go to post
    Last edited by NeoPa; Nov 16 '11, 11:55 PM. Reason: Showed info in post

  • Akhilesh agarwa
    started a topic What would be better VB or Python ?

    What would be better VB or Python ?

    I would like to develop an application for automation of my uncles business (Small Scale) (10 to 20 Employees and a few machines).
    The conditions are it would need GUI about (15 to 20 Screens),Databa se (for tables to store data), and generation and reading of barcode. and for all this i only have 1 Month.
    Also i have been doing programming on C and C++ but less knowledge of VB and no knowledge of Python.
    After a lot of reading...
    See more | Go to post

  • huckeuri
    started a topic Closing a web browser dialog
    in .NET

    Closing a web browser dialog

    Hi all,
    I have a VB automating an IE web browser.
    At certain URLs the IE raises modal dialogs.
    My question is how do i close it by automation since i can't continue navigating till the dialog is closed.

    the code looks like this:
    Code:
        Dim IE As Object
        IE = CreateObject("InternetExplorer.Application")
        IE.Navigate2(someURL, 0, "", "", Header)
    As...
    See more | Go to post
    Last edited by Frinavale; Sep 10 '10, 06:29 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • ricovox
    started a topic ADODB.Connection Automation Error

    ADODB.Connection Automation Error

    Hello,

    Every time I try to create an ADODB.Connectio n object, I receive the following error:
    -----------
    Runtime Error '-2147024703 (800700c1)':

    Automation error
    %1 is not a valid Win32 Application.
    -------------

    I am running Windows 7 Ultimate (64 bit).
    This IS NOT a connection string problem, nor is it application-specific.

    I can easily reproduce the error in a number...
    See more | Go to post
    Last edited by ricovox; Apr 27 '10, 02:59 PM. Reason: missing bbcode tag

  • Inserting data into an external program's text box using VB.Net?

    Hello!

    I'm currently trying to fill in a dialogue box (from an external program) using a VB.Net app. I've succeeded in finding the window handle for the external program (using the FindWindowByCap tion function), but am having some difficulty finding the handles for the child windows (which, in this case, would be text boxes). Most tutorials that I've found online suggest using Spy ++ (or other programs) that I don't have access to...
    See more | Go to post

  • Unable to print from VB.NET using Access??

    I found this for Access Automation:
    How To Automate Microsoft Access From Visual Basic .NET

    BUT, the "Imports" statement given on that page doesn't work in VB.NET Express 2008, so far as I have found.
    Code:
    Imports Microsoft.Office.Interop
    Why is this? Is there a way around it, without buying Crystal Reports or Visual Studio Pro?

    Thank you.
    See more | Go to post
Working...