Page 1 of 1

HTML Dialogue box

Posted: 25 May 2014 11:29
by Akt
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 ...........

Re: HTML Dialogue box

Posted: 25 May 2014 13:28
by Martin
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

Re: HTML Dialogue box

Posted: 25 May 2014 13:41
by Akt
Thanx martin
Will wait for next version eagerly......