Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Get element (ID) from website to login
Post: RE: Get element (ID) from website to login

Olimpiarob Why don't you try to use Selenium IDE from your brownser? It's a plugin from Selenium. Start a new project a simulate what you need. After that, stop the Selenium IDE and check the item t...
Martinelli Web Scraping & Web Development 4 4,250 Jul-28-2020, 01:20 PM
    Thread: select all the span text with same attribute
Post: RE: select all the span text with same attribute

JennyYang Hi there! What do you think in use the page content and re.search or re.findall function? Almost like this: import re import urllib.request var_page_content = urllib.request.urlopen("http...
Martinelli Web Scraping & Web Development 2 2,132 Jul-28-2020, 01:13 PM
    Thread: Selenium on Angular page
Post: RE: Selenium on Angular page

Thanks, Snippsat! **dance** Just to register here. I found another way to solve problems like this one. I started the Selenium IDE from a plugin into my brownser. I simulated what I was trying to d...
Martinelli Web Scraping & Web Development 3 5,709 Jul-28-2020, 12:40 PM
    Thread: Selenium on Angular page
Post: RE: Selenium on Angular page

Hi All Is there any tutorial that I can read about Angular, Selenium and Python? Please, help! Regards, Martinelli
Martinelli Web Scraping & Web Development 3 5,709 Jul-24-2020, 01:13 PM
    Thread: Selenium on Angular page
Post: Selenium on Angular page

Hi, everybody! I am doing a bot to automate some activities from a web system. I need to find and click on some elements inside an Angular page. I tried it in many ways, but I just can't do it. For...
Martinelli Web Scraping & Web Development 3 5,709 Jul-24-2020, 12:59 AM
    Thread: XPATH element does not change its value
Post: XPATH element does not change its value

Hi, all! I am developing a robot that get into in a Website, do the logon and make somethings on that. I put it in a loop using the for command, but, when it comes to run again, the previous element...
Martinelli General Coding Help 0 1,242 Oct-06-2019, 07:02 PM
    Thread: Chick if object exists.
Post: RE: Chick if object exists.

Thanks!! It solved the problem!! Great!!
Martinelli General Coding Help 2 2,378 Oct-06-2019, 08:57 AM
    Thread: Chick if object exists.
Post: Chick if object exists.

Hi, everybody! I did a robot that run procedures on a website. But, I face 04 page configurations, as follow: nav.find_element_by_xpath('/html/body/div[1]/div/div[3]/div[1]/div/div[2]/div/div/span[1...
Martinelli General Coding Help 2 2,378 Oct-05-2019, 07:27 PM
    Thread: How to fill text fields web forms
Post: RE: How to fill text fields web forms

Hi, guys! Sorry for that! **biggrin** I found it! browser.find_element_by_id('user').send_keys('text')It solved my problem. Thanks!! Gustavo Martinelli
Martinelli Web Scraping & Web Development 1 2,038 Sep-25-2019, 11:14 PM
    Thread: How to fill text fields web forms
Post: How to fill text fields web forms

Hi all! I am trying to fill the text fields on the following web form to make a search, and, after scratch the results. Web Form to fill I can select options from the combobox using Selenium. It wo...
Martinelli Web Scraping & Web Development 1 2,038 Sep-25-2019, 03:27 PM
    Thread: Selenium error with ebdriver (geckodriver)
Post: RE: Selenium error with ebdriver (geckodriver)

Ok! Thanks for that tip! Nice again!
Martinelli Web Scraping & Web Development 4 4,727 Sep-24-2019, 01:40 AM
    Thread: Selenium error with ebdriver (geckodriver)
Post: RE: Selenium error with ebdriver (geckodriver)

Thanks!!! I moved geckodriver to /usr/local/bin/, and, also, insert the line as you said. And I changed again, the permissions to 777 only for the file. nav = webdriver.Firefox(executable_path='/usr...
Martinelli Web Scraping & Web Development 4 4,727 Sep-23-2019, 01:40 AM
    Thread: Selenium error with ebdriver (geckodriver)
Post: Selenium error with ebdriver (geckodriver)

Hi, All! I am using this code: Quote:from selenium import webdriver nav = webdriver.Firefox() But, I am getting the following error: Quote:/home/martinelli/PycharmProjects/ESAB/venv/bin/python /ho...
Martinelli Web Scraping & Web Development 4 4,727 Sep-22-2019, 09:34 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020