Copy fields from a form and paste into another form from different websites

Asked

Viewed 880 times

0

I am developing a particular system, using PHP, JQUERY, MYSQL, and need to automate a routine:

I have a registration form on my web system and I need some tool or app from google Chrome that allows me to copy all these fields from my form and paste in another form from another site that does not belong to me.

What happens is that I have my system where I feed the registration data of a particular client and have another system that does not belong to me where I need for administrative questions fill the same data.

Unfortunately this third party system has no interaction tool where I could import some file for upload. So I’m trying to develop or use some tool that allows me to copy and paste faster.

I am grateful.

  • Selenium is an automation tool for testing. Maybe you can automate this process with it. But that does not mean turning this procedure into a system if it is needed. A link about the tool: https://www.devmedia.com.br/testes-automatedcom-o-framework-selenium/32955

  • Thanks @Joaopaulo, I will read and check if it meets my need.

  • Do you really need to fill out this other form? Sending a POST directly from your application would not work?

  • @Julio My web system has no integration with this other site. What I need is some tool or who knows what, that allows me to copy the information from the form fields of my system and allow me to paste in the form fields of that other site automatically. The Ubmit of this other site I would do manually. I’m just trying to find a way not to have to type the same things in both systems. As one of these systems is not mine I have no way to do any internal integration. so I thought of some applet or something like that would allow me to copy and paste various "inputs"

1 answer

-1

That’s pretty simple as it sounds Do the following test, go on /

Now go to that address

/? q=Barbecue

You’ll notice that: inserir a descrição da imagem aqui

Chrome treated the attribute name of input of research that is called q and put the value I sent by URL.

If you want to give Submit automatically is also simple, go to the site you want and put it in the URL

<script type="text/javascript">
  alert('This is an XSS Vulnerability')
</script>

If it works you can use . Trigger or . Ubmit if you have Jquery on the site.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.