java - Is it possible to run selenium script from web browser? -


i have scrip (using python) submits form on www.example.com/form/info.php

currently script will: - open firefox - enter name, age, address - press submit

what want have web form (with name, age, address) on lamp , when user press submit adds options selenium script (to put www.example.coom/form/info.php) , submits directly in browser. possible?

update: know possible using mechanize, because have tested out, doesnt javascript why using selenium.

the script has run first , create browser session. afaik there no way take webdriver control of browser open.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -