Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E04A3181E6 for ; Thu, 2 Jul 2015 14:35:45 +0000 (UTC) Received: (qmail 65989 invoked by uid 500); 2 Jul 2015 14:35:45 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 65960 invoked by uid 500); 2 Jul 2015 14:35:45 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 65842 invoked by uid 99); 2 Jul 2015 14:35:40 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 14:35:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C06541817A8 for ; Thu, 2 Jul 2015 14:35:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.89 X-Spam-Level: ** X-Spam-Status: No, score=2.89 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=extravision.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MUVVPyn3LBpr for ; Thu, 2 Jul 2015 14:35:31 +0000 (UTC) Received: from mta.extravision.com (mta.extravision.com [193.133.125.8]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id D4A3C24C25 for ; Thu, 2 Jul 2015 14:35:30 +0000 (UTC) Received: from [192.168.2.122] ([192.168.2.122]) (authenticated bits=0) by mta.extravision.com (8.13.8/8.14.3) with ESMTP id t62EZNVJ024412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 2 Jul 2015 15:35:24 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=extravision.com; s=default; t=1435847724; bh=fB4neKZggNpQGfE+JQfim93obhCeVJ8LAQMZrHOrerc=; h=Date:From:To:Subject:References:In-Reply-To; b=RApNDbVxm8F+A4py4rL3Cn2nLAYJGisohwaiNsjznki+xK6sCDskX93M0qtydMcyR pFNttRIcH5W3AMbBOzuMf2DHbQsAWkQGv9on4ldRbzfFLZNHyLtZeePdAO66gs25xI m+Nqgn/B5XFH5zbOxstlqW0sJ6hDZThazxLH3XSY= Message-ID: <55954C2B.2080006@extravision.com> Date: Thu, 02 Jul 2015 15:35:23 +0100 From: Tom Chiverton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: users@flex.apache.org Subject: Re: how to run Flex app programmatically? References: <1652626818.5157335.1435843995888.JavaMail.zimbra@comcast.net> In-Reply-To: <1652626818.5157335.1435843995888.JavaMail.zimbra@comcast.net> Content-Type: multipart/alternative; boundary="------------050502020002070705070506" --------------050502020002070705070506 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit If you just need to go to a web site and submit a form, the best thing to do is submit the POST yourself : http://flex.apache.org/asdoc/mx/rpc/http/HTTPService.html But it all depends what else you need to send (such as cookie) and if there really are not other steps to take once the form is submitted. Tom On 02/07/15 14:33, modjklist@comcast.net wrote: > Regarding Flex for desktop web app, I'd like to make an application that can be launched/run programmatically by a computing language (for example C+, or java, python, etc), where the program submits login credentials, then the application will run as its intended. > > This isn't for testing purposes (e.g. Flex Monkey, etc.). The idea would be to replace a human from clicking to go to a website, then providing login credentials. The application would need to be run daily, and I'm trying to automate the process to make it easier for customers by integrating this task into their existing production code base. > > There's a lot of info out there about automatically submitting forms on websites written in HTML or Javascript. Thought maybe someone had advice about this in Flex app. > > > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ --------------050502020002070705070506--