I’m having trouble using Click Element or Click Link so I can fill in form fields and then press a Submit button to process the form. This is a very common operation that should be easy to do with Browser Actions, but I’m really struggling to get it to work.
For example, I have a simple Login page with username and password fields as well as a Sign-in button. I believe it’s an Angular web app because there are a lot of ng… elements. My biggest issue if identifying the CSS selector for a page element or label for a link. With Safari, I think I should be able to use Inspect Element for the specific fields, and see the corresponding HTML so I can get the appropriate CSS selector. I understand that a CSS selector for a class has a period prefix (.class), and id has a hash (#id). I have tried entering the username and password (page element) and clicked the Submit link but nothing happens. It would really be helpful to have a simple video tutorial for this scenario and perhaps a nice little example shortcut so we can see how it should work.
Also, I have several pages after the login where I need to click on some list item rows to advance to additional pages, and I’m having trouble doing that too. I’m trying to create some shortcuts that automatically download paperless documents like statements from account websites to make it easier for my wife to do it (if or when I’m not available since she’s not as familiar to all our various websites that I use all the time. Once it’s downloaded, Hazel will automatically rename and move it to my document archive.
Thanks for any guidance or suggestions.
Doug Warren