Search found 49 matches

by daiweisc
25 May 2024, 03:09
Forum: Ask for Help (v1)
Topic: How to set the default download location in Chrome by using Rufaydium WebDriver?
Replies: 0
Views: 313

How to set the default download location in Chrome by using Rufaydium WebDriver?

Resently, I learn to use Rufaydium WebDriver. But I confused, how to set the default download location in Chrome by using Rufaydium WebDriver?
by daiweisc
23 May 2024, 23:39
Forum: Ask for Help (v1)
Topic: How to detect when a webpage is loaded? (Selenium)
Replies: 2
Views: 462

How to detect when a webpage is loaded? (Selenium)

Why the code " Driver.implicitly_wait(10) " is wrong? Driver := ComObjCreate("Selenium.ChromeDriver") Driver.SetPreference("download.default_directory", "D:\download") Driver.SetPreference("download.directory_upgrade", true) Driver.SetPreference("download.extensions_to_open", "") Driver.SetPreferenc...
by daiweisc
30 Mar 2023, 19:48
Forum: Ask for Help (v1)
Topic: Wrong with overwriting the registry editor file to AHK?
Replies: 2
Views: 240

Re: Wrong with overwriting the registry editor file to AHK?

Thanks for reply. The code for the Registry Editor run well. No problem.
by daiweisc
30 Mar 2023, 07:26
Forum: Ask for Help (v1)
Topic: Wrong with overwriting the registry editor file to AHK?
Replies: 2
Views: 240

Wrong with overwriting the registry editor file to AHK?

The operation failed after overwriting the registry editor file to AHK. What is the problem? 1.The code for the Registry Editor is as follows: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Yrankyurt\mydict\Customer Info] "SerialCode"="Welcome back to mydict" "TimesLeft3"=dword:000...
by daiweisc
03 May 2022, 07:35
Forum: Ask for Help (v1)
Topic: How to write in AHK for win10 wireless network connection?
Replies: 0
Views: 244

How to write in AHK for win10 wireless network connection?

The win10 is set to connect to the wireless network every 1 hour, and after 30 minutes of connection, the wireless network is disconnected.
The name of the wireless network is "vivo iQQQ".
How to write in AHK?
by daiweisc
18 Feb 2022, 06:29
Forum: Ask for Help (v1)
Topic: the ComObjCreate error
Replies: 4
Views: 490

Re: the ComObjCreate error

Thanks , I will try it in Monday.
by daiweisc
18 Feb 2022, 01:48
Forum: Ask for Help (v1)
Topic: the ComObjCreate error
Replies: 4
Views: 490

Re: the ComObjCreate error

I copy SeleniumBasic folder to C:\Users\%username%\AppData\Local\
but the error is the same.
the SeleniumBasic is SeleniumBasic-2.0.9.0
by daiweisc
18 Feb 2022, 01:13
Forum: Ask for Help (v1)
Topic: the ComObjCreate error
Replies: 4
Views: 490

the ComObjCreate error

After installing seleniumBasic, the comobjcreate error keeps popping up, how can I solve it? the error is point to the code: Driver := ComObjCreate("Selenium.ChromeDriver") My computer operating system is windows10. The google chrome is 96.0.4664.45, and the chromedriver is copied to seleniumBasic f...
by daiweisc
29 Sep 2021, 08:23
Forum: Ask for Help (v1)
Topic: How does AHK restore system ghost files under windows7?
Replies: 1
Views: 379

How does AHK restore system ghost files under windows7?

Under Windows 7, the ghost file has been made, what AHK command can be used to restore the system?
by daiweisc
23 Sep 2021, 19:29
Forum: Ask for Help (v1)
Topic: Is there a command for AHK to synchronize folders?
Replies: 8
Views: 1292

Re: Is there a command for AHK to synchronize folders?

by the way ,

Code: Select all

RunWait, %comspec% /c Robocopy "%Path_Source%" "%Path_Destination%" *.* /MIR /R:1,,hide
what is the mean of "*.*"?
by daiweisc
23 Sep 2021, 16:09
Forum: Ask for Help (v1)
Topic: Is there a command for AHK to synchronize folders?
Replies: 8
Views: 1292

Re: Is there a command for AHK to synchronize folders?

Thanks a lot. It solve the problem.
by daiweisc
23 Sep 2021, 08:13
Forum: Ask for Help (v1)
Topic: Is there a command for AHK to synchronize folders?
Replies: 8
Views: 1292

Re: Is there a command for AHK to synchronize folders?

Thanks.
If so, FileGetSize; if newer, copy with overwrite
Doesn’t it take time to judge the newness of the file?
by daiweisc
23 Sep 2021, 02:58
Forum: Ask for Help (v1)
Topic: Is there a command for AHK to synchronize folders?
Replies: 8
Views: 1292

Is there a command for AHK to synchronize folders?

I want to synchronize two folders, it is a one-way image copy.
What commands is used to execute in AHK?
by daiweisc
29 Mar 2021, 03:37
Forum: Ask for Help (v1)
Topic: The code difference between JS and AHK
Replies: 0
Views: 216

The code difference between JS and AHK

In Chrome control, the code below is run well: document.querySelector("#page > div > div.body > div.content > div.func > div > div > div:nth-child(2) > div > div > div > div > div.param > div > table > tbody > tr:nth-child(1) > td:nth-child(4) > span.value > div").textContent="2021-03-01" But in AHK...
by daiweisc
15 Mar 2021, 01:01
Forum: Ask for Help (v1)
Topic: How to Operate Calendar Control?
Replies: 1
Views: 311

Re: How to Operate Calendar Control?

The key code of it is not work element1 := Driver.FindElementByCSS("#page > div > div.body > div.content > div.func > div > div > div:nth-child(2) > div > div > div > div > div.param > div > table > tbody > tr:nth-child(1) > td:nth-child(4) > span.value > div") ;isPresent := element.IsPresent elemen...
by daiweisc
12 Mar 2021, 02:41
Forum: Ask for Help (v1)
Topic: How to Operate Calendar Control?
Replies: 1
Views: 311

How to Operate Calendar Control?

I have a company website to automatic operation. But the Calendar Control of the company website can not run. The code is below #NoEnv #SingleInstance,force 年 := 2021 月 := 02 ;月份用两位数,即MM,如02 riqi1 := 年 月 riqi2 := 年 (月+1) FormatTime,date1,%riqi1%,yyyy-MM-dd EnvAdd,riqi2,-1,Days FormatTime,date2,%riqi...
by daiweisc
09 Jul 2020, 01:44
Forum: Ask for Help (v1)
Topic: How AHK solve the non-linear equation?
Replies: 1
Views: 625

How AHK solve the non-linear equation?

There is non-linear equation to solve, I want to use AHK gui and code. How to do it?
by daiweisc
18 Jun 2020, 01:10
Forum: Ask for Help (v1)
Topic: How to use SeleniumBasic control QQBrowser
Replies: 0
Views: 1149

How to use SeleniumBasic control QQBrowser

My computer have Google Chrome and QQBrowser, QQBrowser is a browser of double kernel base on Chronium70.0.3538.25 and IE11.0.9600.17843, Google Chrome is the latest version of 83.0.4103.106. I always use SeleniumBasic control Google Chrome. Today I want to use SeleniumBasic control QQBrowser. The c...

Go to advanced search