Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

295
Views
Selenium (python). Can't find correct way to click on button

There is html where I can't find correct way to click on button via selenium on python.

Here is the part of code

So, I need to click on

class="standart-wallet_standartWalletText__zjyj3" 

via selenium but it seems nothing work.

What I tried:

wait.until(EC.element_to_be_clickable((By.XPATH, "//span[text()='standard wallet']")))
wait.until(EC.element_to_be_clickable((By.XPATH, "//span[starts-with(@class,'standart-wallet_standartWalletText')]"
wait.until(EC.element_to_be_clickable((CSS_SELECTOR, ...)))
wait.until(EC.element_to_be_clickable((CLASS_NAME, ...)))

and so on...

What I got:

raise TimeoutException(message, screen, stacktrace)

So, please help ¯_(ツ)_/¯

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The element is probably hidden, as it's nested in accordion. So it won't get clickable status until getting expanded. You can try to implement a function that expands it or simply use EC.presence_of_element_located() instead.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!