Manipulate Website Form Fields

Questions about using NeoBook's scripting language

Moderator: Neosoft Support

Locked
radz123
Posts: 7
Joined: Tue Jul 21, 2015 10:17 pm

Manipulate Website Form Fields

Post by radz123 »

Hi guys,

Is there a way for us to manipulate Website Form Fields. Like adding text and selecting radio buttons or choices using a set of actions and then submitting it?

Example : I want the app to send announcements on a Facebook Group Chat. So I was thinking if there is a way for the app to write announcements in certain intervals and submit it.
Tony Kroos
Posts: 419
Joined: Thu Oct 15, 2009 3:43 pm

Re: Manipulate Website Form Fields

Post by Tony Kroos »

You have 2 options:
1. Use Browser object to load website into and manipulate it's content with BrowserSet(Get)Element/BrowserExecScript.
2. Use InternetPost/InternetGet to send requests and get responce (according to API documentation).
Locked