N
N
niokledeon2020-08-15 11:36:34
Python
niokledeon, 2020-08-15 11:36:34

Is this button protected by captcha?

Hello. I'm trying to click a button using selenium:

<button class="rlg-btn-trade-form g-recaptcha rlg-btn-primary prevent" data-sitekey="6Leg7HcUAAAAAOE9kcRtd4W4QkVxVAnNyaGicotD" data-callback="captchaComplete">
Submit
</button>

I successfully clicked on other buttons on the site that had their own names and id, but here there is only a class, and even then it’s not understandable. Tried to find the button through the class name, xpath does not find it. This button acts as a confirmation button and there is a "g-recaptcha" fragment in the class. Does this mean that it is protected and I will not be able to detect it in any way?

I'm new to this craft, maybe I'm digging in the wrong direction at all?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2020-08-15
@dimonchik2013

well, this is a captcha and there is
another thing - that it is not always necessary to press it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question