HTML Dialogue box

Post your questions and help other users.

Moderator: Martin

Post Reply
Akt
Posts: 133
Joined: 25 May 2014 08:57

HTML Dialogue box

Post by Akt » 25 May 2014 11:29

Hi
How to determine dialogue box to input text??

Eg:- When we login into facebook , it ask to enter e-mail and password , so how can automagic determine the two dialogue box so that it can enter some text.

Eg:- In this page 'Search this topic...' is written at the top , so how can automagic determine that??

I want that whereever this sentence 'Search this topic...' is written in the dialogue box on the web page , it should input text ...........

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: HTML Dialogue box

Post by Martin » 25 May 2014 13:28

Hi,

You could try to use a bookmarklet with a JavaScript to fill in the username and password. The javascript would have to search the text fields you are interested in and fill in the values. But Honestly, this could be quite difficult to achieve.
The next version of Automagic will contain a new trigger to react to more user interface events (window opened, view focused, view scrolled etc.) which could be useful to detect when the bookmarklet needs to be executed. However, I'm not sure if it will be able to detect your exact scenario.

Regards,
Martin

Akt
Posts: 133
Joined: 25 May 2014 08:57

Re: HTML Dialogue box

Post by Akt » 25 May 2014 13:41

Thanx martin
Will wait for next version eagerly......

Post Reply