joystick

joined 1 year ago
[–] [email protected] 25 points 9 months ago (1 children)

Grapheneos is the whole reason I bought a pixel.

[–] [email protected] 5 points 9 months ago

Put a chick in it and make her gay

[–] [email protected] 10 points 10 months ago (2 children)

Saw people buying gifts at the grocery store this morning. Like cheap perfume gift bundles and stuff like that.

[–] [email protected] 2 points 10 months ago

He wants that sweet bully protection from the other kids.

[–] [email protected] 3 points 10 months ago (1 children)

It needs to absolutely be regulated. I don't really want to get an SUV, but I might for my own safety when 3/4 of other cars on the road are monsters.

[–] [email protected] -2 points 10 months ago* (last edited 10 months ago)

With you on abortion, but I think usually the truth is somewhere in the middle and the most extreme views on the left and right are wrong. I don't like encountering extremism on lemmy. It makes the world seem more hostile than it is.

[–] [email protected] 1 points 10 months ago (1 children)

Fuck you. My reason is there's no evidence.

[–] [email protected] 1 points 10 months ago (3 children)

You seem to magically know he's lying and she's not... how, exactly?

[–] [email protected] 0 points 10 months ago

Calm down. What evidence is there? It's a he said she said. We don't know who is lying.

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I use selenium in python with chromedriver to scrape my bank account balances everyday so I don't have to log into multiple websites. I don't think Chase likes this and they actively try to stop it with their use of shadow roots, etc., but I've still managed to scrape Chase up till now. As of a couple weeks ago, I'm getting a really strange behavior, where if I run the python script there is an element not found error message for an element that clearly is there. Weirdly, if I put a breakpoint in the code and then simply resume execution once it hits the breakpoint then the element is found (by ID) and my script runs, but otherwise it doesn't. Timers don't help. I've tried sleeping for up to 20 seconds and the element is still not found, but something about hitting a breakpoint in the python script allows the element to be found. Anyone else run into this?

The line is:

element = driver.find_element("id", "requestAccounts")

6
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I use selenium in python with chromedriver to scrape my bank account balances everyday so I don't have to log into multiple websites. I don't think Chase likes this and they actively try to stop it with their use of shadow roots, etc., but I've still managed to scrape Chase up till now. As of a couple weeks ago, I'm getting a really strange behavior, where if I run the python script there is an element not found error message for an element that clearly is there. Weirdly, if I put a breakpoint in the code and then simply resume execution once it hits the breakpoint then the element is found (by ID) and my script runs, but otherwise it doesn't. Timers don't help. I've tried sleeping for up to 20 seconds and the element is still not found, but something about hitting a breakpoint in the python script allows the element to be found. Anyone else run into this?

The line is:

element = driver.find_element("id", "requestAccounts")

 
view more: next ›