Closed vamseeachanta closed 5 months ago
Using Code, for a website with search or query functionality a/ provide input data b/ submit the query
to get required output displayed.
https://stackoverflow.com/questions/17845024/a-python-script-to-query-a-website-from-local-machine
https://stackoverflow.com/questions/35681210/using-python-to-use-a-websites-search-function
https://realpython.com/modern-web-automation-with-python-and-selenium/
@JayachandraJangiti , you got this to a decent level for now. Improvements can come later.
Using Code, for a website with search or query functionality a/ provide input data b/ submit the query
to get required output displayed.