M
M
moneymakerXA2019-08-03 04:37:19
Python
moneymakerXA, 2019-08-03 04:37:19

Simulating a button click in a Python site?

Hello. There is a task: "to parse the site", one of the positions is the client's phone number, but it is initially hidden. Site olx. I am writing a parser in python + selenium. Sometimes the rooms open, but more often they don't. If you click on the phone in the browser window during the process, further phones open normally
Tried .click()
sendKeys(Keys.ENTER)
send_keys(Keys.ENTER)
Cyclyl
Added pauses in all sorts of places
Changed click blocks
By analogy with other sites in these IDs should be hidden number
'id':'i2sTq', 'id_raw': '266561772'
Help out, second sleepless night

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-08-03
@NeiroNx

There is protection through ReCaptcha, IDs only participate in the ajax request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question