Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12457
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Louis Noser <louis.noser@gmx.ch> |
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: how to wait for website? |
| Date | Thu, 2 Jun 2022 09:25:16 +0200 |
| Lines | 15 |
| Message-ID | <jfr6uqFcethU1@mid.individual.net> (permalink) |
| References | <jfr6hpFcc0oU1@mid.individual.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net pq3Skiqf+3RIP1ip/xtggwd9CjLoe4Fxby1NYE+X1D3qxzaA3c |
| Cancel-Lock | sha1:nBKKGncXgjBhCijeoTkzaqNg7Mg= |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 |
| Content-Language | de-DE |
| In-Reply-To | <jfr6hpFcc0oU1@mid.individual.net> |
| Xref | csiph.com microsoft.public.scripting.vbscript:12457 |
Show key headers only | View raw
Also sprach Louis Noser am 02.06.2022 um 09:18:
> ...I've attached the code
> I have so far.
Here is the code:
Dim url, a
Set url= CreateObject("WScript.Shell")
url.Run
"https://login.raiffeisen.ch/de?Location=https%3A%2F%2Febanking.raiffeisen.ch%2Fapp&webIAMContractNo=3058846EACFB08B56E05B3E9A31DAF5F",
9
WScript.Sleep 10000
Set a = CreateObject("WScript.Shell")
a.SendKeys "{TAB}"
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar
how to wait for website? Louis Noser <louis.noser@gmx.ch> - 2022-06-02 09:18 +0200
Re: how to wait for website? Louis Noser <louis.noser@gmx.ch> - 2022-06-02 09:25 +0200
Re: how to wait for website? "Mayayana" <mayayana@invalid.nospam> - 2022-06-02 08:30 -0400
Re: how to wait for website? Louis Noser <louis.noser@gmx.ch> - 2022-06-02 15:53 +0200
Re: how to wait for website? "Mayayana" <mayayana@invalid.nospam> - 2022-06-02 14:43 -0400
Re: how to wait for website? JJ <jj4public@gmx.com> - 2022-06-03 17:57 +0700
Re: how to wait for website? "Mayayana" <mayayana@invalid.nospam> - 2022-06-03 13:16 -0400
csiph-web