Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Louis Noser 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: References: 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: Xref: csiph.com microsoft.public.scripting.vbscript:12457 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}"