Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

snippsat, Sorry for the delayed response, I am just getting back to this. Thank you very much!! It works on my end and is a great solution. metulburr, thank you for your help!
NSearch Web Scraping & Web Development 24 11,855 Aug-14-2019, 02:23 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

I was able to create the account... I will pm you the details.
NSearch Web Scraping & Web Development 24 11,855 Aug-10-2019, 09:24 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Thank you snippsat for the reply! and again, metlburr, you're awesome -- thank you very much for your attempts so far. 1) Do you need to be logged in to put in that number and search? Yes, you need ...
NSearch Web Scraping & Web Development 24 11,855 Aug-10-2019, 08:01 PM
    Thread: Getting csrf token to log in
Post: RE: Getting csrf token to log in

Hi appen, Did you ever find a solution to your problem with the crsf tokens? I have been struggling with what might be the same problem. Please see my post here https://python-forum.io/Thread-Python-...
NSearch Web Scraping & Web Development 4 24,438 Aug-08-2019, 08:19 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

metulburr, Just want to check in and see if you had anymore advice. Thanks
NSearch Web Scraping & Web Development 24 11,855 Aug-05-2019, 12:38 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

dict_items([('Secure', None)])
NSearch Web Scraping & Web Development 24 11,855 Aug-02-2019, 08:39 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Hi metulburr, I am just now getting back to this project and I attempted the code you posted, but I get the following error: Traceback (most recent call last): File "C:/Users/SA/PycharmProjects/xy...
NSearch Web Scraping & Web Development 24 11,855 Aug-02-2019, 01:34 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Would I get the cookies from the page before clicking the submit button (step 3) or when I launch Chrome (step 2)? here are the steps I take 1) Selenium Launches Chrome -> 2) Navigate to Login S...
NSearch Web Scraping & Web Development 24 11,855 Jul-31-2019, 01:08 AM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Thank you for the response metulburr! It's really not possible to view the full code because it contains username/password info. I posted about everything I know to post as far as what is included o...
NSearch Web Scraping & Web Development 24 11,855 Jul-30-2019, 10:22 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Hi metulburr, Did you read my post? I have tried that a variety of ways and .click() does not work.
NSearch Web Scraping & Web Development 24 11,855 Jul-30-2019, 09:49 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

This is what is displayed: Quote:Error Message A system error has been encountered. To try again, you may click back button or log out. If the problem persists, please contact your system administr...
NSearch Web Scraping & Web Development 24 11,855 Jul-30-2019, 01:51 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Larz60+, thank you very much for responding -- I was beginning to believe my posts were not visible! My goal is relatively simple or should be. I want to click this button: Quote:<input type="su...
NSearch Web Scraping & Web Development 24 11,855 Jul-30-2019, 12:43 PM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: RE: Python Selenium .click() Loads Error - Works M...

Have I provided all information that would be helpful to get assistance with this issue?
NSearch Web Scraping & Web Development 24 11,855 Jul-29-2019, 01:24 AM
    Thread: Python Selenium .click() Loads Error - Works Manually.- Events not Triggered
Post: Python Selenium .click() Loads Error - Works Manua...

I am attempting to navigate a web page with what I believe to be javascript triggers that are not being set properly when submitting (or clicking) the submit button. I have tried clicking the button b...
NSearch Web Scraping & Web Development 24 11,855 Jul-28-2019, 03:12 PM
    Thread: TKinter GUI / Pandas Data frame Loop
Post: TKinter GUI / Pandas Data frame Loop

Hi all, Thanks in advance for your help. I have a simple tkinter gui that has two buttons: "Stop", "GO" I am trying to loop through a pandas data frame, and for each row I would like to display a w...
NSearch GUI 0 6,077 Jun-26-2019, 12:37 AM
    Thread: Pandas to_csv in for loop AttributeError: 'tuple' object has no attribute 'to_csv'
Post: RE: Pandas to_csv in for loop AttributeError: 'tup...

@Yoriz, Thank you for your help! The script did run for me. I have a question about a column header with spaces vs underscores. What would I do in a situation where I wanted to convert 'First Attemp...
NSearch Data Science 9 16,939 Apr-22-2019, 04:50 PM
    Thread: Pandas to_csv in for loop AttributeError: 'tuple' object has no attribute 'to_csv'
Post: RE: Pandas to_csv in for loop AttributeError: 'tup...

I am sorry, some_data.csv should be: Output:Account_Number,Invoice_Date,Invoice_Number,Payor,Ground_Tracking_ID_Prefix,Number_Header,Transportation_Charge_Amount,Net_Charge_Amount,Declared_Value,Serv...
NSearch Data Science 9 16,939 Apr-22-2019, 04:07 PM
    Thread: Pandas to_csv in for loop AttributeError: 'tuple' object has no attribute 'to_csv'
Post: RE: Pandas to_csv in for loop AttributeError: 'tup...

Please let me know if this is an incorrect way to post. Output:Account_Number,Invoice_Date,Invoice_Number,Payor,Ground_Tracking_ID_Prefix,Express_or_Ground_Tracking_ID,Transportation_Charge_Amount,Ne...
NSearch Data Science 9 16,939 Apr-22-2019, 03:00 PM
    Thread: Pandas to_csv in for loop AttributeError: 'tuple' object has no attribute 'to_csv'
Post: RE: Pandas to_csv in for loop

@Yoriz, Thank you for the response. The code now runs without error, but the output file does not contain the values that I expected in 'Result_Header' and 'Result_Notes' (they are still null).
NSearch Data Science 9 16,939 Apr-22-2019, 02:38 PM
    Thread: Pandas to_csv in for loop AttributeError: 'tuple' object has no attribute 'to_csv'
Post: Pandas to_csv in for loop AttributeError: 'tuple' ...

Hi all, Thank you in advance for all suggestions. I am attempting to read data from a csv file and populate a field ('Result_Header') with a value. The example below is just to help me understand the...
NSearch Data Science 9 16,939 Apr-22-2019, 01:43 PM

User Panel Messages

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