I am using selenium with Python. I recorder the test case and able to run it properly. Now the web page I am using is connect with oracle server and some details thae need to be provide in Web page is required to fetch from oracle DB.
So can you please help that how to fetch data from oracle and fill the web page details automatically in selenium
Thanks in advance.