Automate Inputing SQL queries in textbox in a website using python selenium

0 votes
Hi All,

I'm trying to automate a manual process using Python Selenium, where I have write a block of SQL codes within a textbox in a website on a daily basis.

We can input Texts using send_keys().

But I'm not sure How can we input a Block of SQL queries with a textbox using python selenium so that I can automate this process.

Basically We Input SQL queries in the textbox in our website on a daily basis and whatever queries are there within the textbox the website executes them and provides the result in dashboard.

Can anyone help me how to input a Block of SQL queries to a textbox in a website using python selenium as to automate this daily process.

Thanks,

Sanjay.
Aug 29, 2020 in Selenium by Sanjay
• 120 points
801 views

1 answer to this question.

0 votes
Concatenate the queries as a string....and send it!
answered Aug 31, 2020 by Ananda Chakroborthy

Related Questions In Selenium

0 votes
1 answer

How to upload a resume to a website using selenium in python?

Use this code, this will help you: from ...READ MORE

answered Apr 20, 2018 in Selenium by Vardy
• 2,360 points
2,571 views
+1 vote
2 answers

Is it possible to scroll down in a webpage using selenium webdriver programmed on python?

I using next code for facebook for ...READ MORE

answered May 16, 2019 in Selenium by mslavikas@gmail.com
25,553 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,617 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,572 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,629 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,519 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP