Is it possible to enter letters or numbers for Captcha? - Selenium

Hi Philipp @qqilihq

Is it possible to input letters or numbers for Captcha with Selenium nodes or knime nodes?

image

Technically speaking this is (mostly) just an <img> and an <input>. So you can use Selenium Nodes to input the solved captcha – yes.

Solving the captcha (i.e. reading the image) is out of node’s scope. But there are APIs and tools which claim that they can handle that.

– Philipp

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.