Inject-js-script

Hi All ,

I try to do like this example

but i want to write the value in search box , how i can do that ?

Thanks

@coder Please find the code below. I have done this using chrome browser.

Test.zip (263.0 KB)

1 Like

hi @Manjuts90

Thank you i will try that

@Manjuts90

It is not working with me , it is only open the browser but not write the value

@coder

  1. open chrome browser search for google.com
  2. right click on browser and click on option inspect/inspect element.
  3. click on console option in new window
  4. insert document.getElementsByTagName(“input”)[3].value=“value”(input.js) and click enter, check value is inserted in search box or not
  5. if 3 in [3] is not working, check by inserting other from 0 and check
  6. you can do same kind of testing for other statement(it is used to click the search button after entering value) also.

Thanks it is work now , when i sign out

1 Like

@Manjuts90 if i want do same thing but in this website

Spotify – Web Player

how i can do that ? because i cant inspect/inspect page

could you help me in that please

Thanks

@coder Without inspect the code, i also don’t know how to do it. Might someone help you on this.

Hi @Manjuts90

Thanks for your help , i will search more and ask other people

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.