Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
Helo,
I am a newbie ;
I know I can use <p>
This is for showing a text on the webpage using HTML but
I have a file name my.py
And it have a code
print("Helo");
So now I have to show this helo on the screen so how can I do that 🙂
You can follow this Tutorial to create a basic web server that will display any HTML you want if that's what you're looking for.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
I'm making a code in python with flask that deals with registering products, and I'm using buttons that allow me to edit and delete the product, I can't get it to edit the product every time I try, it doesn't give me an error but it doesn't get edited, I do not know how to fix it
I checked the query to mysql but it's not that, and I've been checking for a long time and I don't know what it is
I am using html, python, js
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
[] In the photo you can see two buttons SING UP which is where the web opens by default as soon as you load it and the one I want to click LOGIN, the site is full of Java and I know that solving this problem will help me later, hopefully someone can help me, I would appreciate it a million 1
To simply click the a href tag with the LOGIN text.
driver.find_element_by_xpath("a[text()='LOGIN']").click()
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
This is the Html code for the drop down menu with list of cities:
I just want to loop through all of the cities using python. BTW I am trying to create a web scraper, and have no api for the site :(
Just for anyone with the same issue you can just use the xpath and find the index pattern.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
How can I click on the link here with using id.class.href python selenium, I using pyCharm *href is Changeable
i try
driver.find_element_by_xpath("//div[#id='result_26']//a[#class='a-link-normal s-access-detail-page s-color-twister-title-link a-text-normal']/#href").click()
enter image description here
You are clicking the href attribute instead of the <a> tag.
Assuming your xpath is correct, just remove the /#href from the end and it should ideally work.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
When I posted a news link on Facebook, it generated a preview by its own fetching the details from the url.
Does anybody know what kind of technology or scripting language is used to do this or how it can be done? If anyone can guide me or point me to the direction how can I achieve this using Python on a simple HTML form.
How it can be achieved on simple HTML forms using python scirpt?
Thank you in advance.