autohotkey (AHK) учимся работать с seleniem нахождения элемента на странице и клик
autohotkey (AHK) учимся работать с seleniem нахождения элемента на странице и клик
https://www.donationalerts.com/r/abto... на мотивацию
^F4::
driver := ComObjCreate("Selenium.CHROMEDriver") ;Chrome driver
sURL = https://ru.savefrom.net/1-быстрый-способ-скачать-с-youtube/
driver.Get(sURL)
url=%clipboard%
driver.findElementByName("sf_url").SendKeys(url)
;MsgBox,,Full Match on Link text,% driver.findElementByName("sf_url").Attribute("outerHTML")
driver.wait(500) ; Подождите 500 миллисекунд
driver.findElementByName("sf_submit").click()
driver.findElementByPartialLinkText("Скачать").click()
return
^F2::
sURL = https://ru.savefrom.net/7/?url=%clipboard%
driver.Get(sURL)
Sleep, 2000
;driver.findElementByLinkText
if( driver.findElementByPartialLinkText("Скачать"))
Sleep, 2000
driver.findElementByPartialLinkText("Скачать").click()
MsgBox, 0, Ютуб,
Return
#SingleInstance Force
^F1::
SetTitleMatchMode 2
driver := ComObjCreate("Selenium.CHROMEDriver") ;Chrome driver
;driver.SetProfile("1")
sURL = https://downsub.com/?url=%clipboard%
driver.Get(sURL)
xpat := "//button[@data-title='[SRT] Russian']"
WinWait, DownSub.com - Google Chrome
;Sleep, 333
if(driver.FindElementByXPath(xpat))
driver.FindElementByXPath(xpat).click()
MsgBox, 4, ,
Run,C:\Users\woxa\Downloads
;driver.quit()
Return
autohotkey autohotkey cs go, autohotkey как пользоваться, autohotkey cs go bhop как биндить клавиши, autohotkey как установить autohotkey, autohotkey как установить как пользоваться, autohotkey как скачать, autohotkey для кс го, autohotkey для кс го как пользоваться, autohotkey crmp bhop script cs go, autohotkey как настроить, autohotkey samp как пользоваться, autohotkey samp, autohotkey cs go, autohotkey inside, autohotkey установка, autohotkey
Видео autohotkey (AHK) учимся работать с seleniem нахождения элемента на странице и клик автора Секреты Профессионального Творца
Видео autohotkey (AHK) учимся работать с seleniem нахождения элемента на странице и клик автора Секреты Профессионального Творца
Информация
10 сентября 2023 г. 15:45:08
01:48:35
Похожие видео