Q: I need to login to a website, and check if there's any change, this site sometimes activates a button where I ...
need to submit forms, there's anyway that I can do with this tool? I want to monitor this website each x seconds.

RTILA
May 15, 2024A: Dear doolph
RTILA has a Profile Session that can login once and then keep the session and re-use it for the next run, see this doc: https://rtila.com/docs/profile-session-feature/ But RTILA can also re-login every time if necessary. If the button that activates always uses the same attributes or elements or if it is the only button on the page RTILA can then target it and click it and then fill up the form. For the form fields you will need to create each field with its css locator and you can see/use our generic form filler for this here: https://rtila.com/downloads/?_s=filler
Now you can "monitor" this website but not every second as the login step itself and loading pages takes few seconds. The fastest you can setup up every minute by using our Scheduler see the doc here: https://rtila.com/docs/schedule-launch-of-automations/ and it will launch your automation every X minutes/hours/days