Search found 8 matches

by SeeYouAtTop
24 Jul 2022, 06:31
Forum: Ask for Help (v1)
Topic: Script to create and open a new text file? Topic is solved
Replies: 43
Views: 11594

Re: Script to create and open a new text file? Topic is solved

mikeyww wrote:
20 Dec 2021, 10:13
That's what I wanted. Thank you so much,
Love from India!


[Mod edit: Moved misplaced quote tags from around reply text.]
by SeeYouAtTop
06 Jun 2021, 10:00
Forum: Ask for Help (v1)
Topic: Selenium - Executescript passing variable Topic is solved
Replies: 3
Views: 984

Re: Selenium - Executescript passing variable Topic is solved

I want to get value instead of set value, What I need to change in code?

In the hope of Reply :)
Xtra wrote:
23 May 2020, 15:52

Code: Select all

var := "hello world"
element := driver.FindElementsbyXpath("//input[@name='InvoiceItemNumber']")
driver.executeScript("arguments[0].setAttribute('value', '" . var . "');", element)
by SeeYouAtTop
03 Jun 2021, 09:54
Forum: Ask for Help (v1)
Topic: Selecting data in dropdown box in Selenium
Replies: 2
Views: 774

Re: Selecting data in dropdown box in Selenium

I was also searching for the solution but I figured out by myself. Kindly try this code to select from Drop-down, Here is working example that select PAN from Drop-down. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with d...
by SeeYouAtTop
28 May 2021, 14:08
Forum: Ask for Help (v1)
Topic: Word Doc as TEMPLATE
Replies: 7
Views: 8045

Re: Word Doc as TEMPLATE

kon wrote:
02 May 2016, 17:20
Thank You Very Much! :)
by SeeYouAtTop
13 Feb 2021, 02:00
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 310
Views: 148775

Re: Screen clipping

Can you tell me what below code do if((A_PtrSize=8&&A_IsCompiled="")||!A_IsUnicode){ ;32 bit=4 ;64 bit=8 SplitPath,A_AhkPath,,dir if(!FileExist(correct:=dir "\AutoHotkeyU32.exe")){ MsgBox error ExitApp } Run,"%correct%" "%A_ScriptName%",%A_ScriptDir% ExitApp return } [Mod edit: [code][/code] tags ad...
by SeeYouAtTop
23 Dec 2020, 11:06
Forum: Ask for Help (v1)
Topic: EXCEL, copy the SUM os the selected cells to the clipboard
Replies: 6
Views: 3066

Re: EXCEL, copy the SUM os the selected cells to the clipboard

haichen I have made some changes in your Script Hope You will like it. Now We don't need to press any Hotkey to get Total, As soon as we Select a Range from Keyboard Keys a Large Tooltip comes up at top left corner. :D /* Credit : https://www.autohotkey.com/boards/viewtopic.php?f=6&t=78328 and Larg...
by SeeYouAtTop
23 Dec 2020, 10:43
Forum: Scripts and Functions (v1)
Topic: Excel - Highlighting (underlining) the active row
Replies: 26
Views: 4766

Re: Excel - Highlighting (underlining) the active row

@haichen Thanks I will try to do it (Yes, there is already a frame around the active cell but it's too thin)
by SeeYouAtTop
23 Dec 2020, 02:43
Forum: Scripts and Functions (v1)
Topic: Excel - Highlighting (underlining) the active row
Replies: 26
Views: 4766

Re: Excel - Highlighting (underlining) the active row

@haichen
@haichen
Great Script Indeed, Please tell What part of script I need to Change in order highlight all borders of active cell as well. I tried but have't succeed.

Go to advanced search