-
Notifications
You must be signed in to change notification settings - Fork 6
How to Create Website Management Voice Commands in Laitis
-
If you know the basics of markup languages for websites (HTTP, JS and CSS), then look at the collection "Facebook" and "Services" in Laitis. You will immediately become all intuitively clear.
-
If you do not know the basics (HTTP, JS and CSS), but want to create website management commands, then study the basics, and only then get involved in this matter, at the very least ask for help from a familiar expert in the field.
-
If you never understand how websites work and you do not need it, but you really need a command that will click on that button on the website - install an extension for the browser called InspectorGadget. Use it to get a CSS selector of element by simply selecting it on the website with your mouse cursor. The CSS selector is the string that you want to insert into the "Click on a website" action.