Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Louis Noser Newsgroups: microsoft.public.scripting.vbscript Subject: how to wait for website? Date: Thu, 2 Jun 2022 09:18:19 +0200 Lines: 17 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net Mf0rLMkk6EUvZaSBQrJ+pQdu7ocVVzs6YhruYPjf2vBF2rvLQq Cancel-Lock: sha1:fK92j4CYZ4zuZrghxm6z/hZvj/o= User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: de-DE Xref: csiph.com microsoft.public.scripting.vbscript:12456 Hi A VBScrict of mine goes to a certain website and fills in fields with the sendkeys command. Firefox loads the webpage. I've attached the code I have so far. The tab command sent is just the test if the sendkeys command works. Up until now, keyboard input has only been possible with a wait command. However, the sendkeys command is better off waiting for the web page to load. Unfortunately I haven't figured out how to do that yet. Can someone help? Many Thanks. Greetings, Louis