ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

Lintalist - searchable interactive text to copy & paste with plugins

<< < (11/11)

Lintalist:
... use it to tab to the first editable box on a page and nothing happens.-nickodemos (September 22, 2023, 07:19 AM)
--- End quote ---
That is not surprising as it doesn't send the text but pastes it, so it isn't sending "tab tab tab + text" but just "^v"

You could try make it a script, if you know it is always 3 tabs:


--- Code: Autohotkey ---Send {Tab 3} Sleep 100Send ^v
When it comes to browser automation relying on clicks and tabs is too tricky and you should really look into other options (also via AutoHotkey) - in no particular order:
* Rufaydium (using webdriver) https://www.autohotkey.com/boards/viewtopic.php?f=6&t=102616
* UIAutomation with a focus on Chrome https://www.autohotkey.com/boards/viewtopic.php?t=104999
* Chrome.ahk https://www.autohotkey.com/boards/viewtopic.php?t=42890

Navigation

[0] Message Index

[*] Previous page

Go to full version