F
F
fandorin_official2019-05-14 07:40:15
Python
fandorin_official, 2019-05-14 07:40:15

How to read the input value from the input window?

All the best!
Who knows how to solve this problem:
On Yandex Market (this is not advertising), you can set the threshold for the maximum price.
How to calculate this value in the future?
Page
It is required to check that the required amount is there. In this case, 6001.
I tried to apply both by xpath and by class - I can’t win.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
1
1001001, 2019-05-14
@fandorin_official

price_to = driver.find_element_by_id('glpriceto')
price_to.text
or
price_to.get_attribute("value")

K
KiT, 2019-05-14
Maverick @kit_de

Copy the address from the console.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question