I want to pass the following Capcha, how can I follow?
Step1. Open the application or website to login. Drag and drop the ‘Open’ activity under the application component.
Id | No value |
---|---|
Name | Open Website |
Application name | website |
Application referance | No value |
Timeout | No value |
Documantation | No value |
Type | Chrome |
Url | https://login.com |
Download directory | No value |
Profile directory | No value |
Step2. Take a screenshot of the captcha image. Drag and drop the ‘Take capture’ activity under the application component.
Id | No value |
---|---|
Name | Take capture |
Application name | ${website} |
Directory | C:\RobustaDocs| |
Documantation | No value |
Field | tr//[@class=“row1”]//img |
File name | code.jpg |
**Step3.**Drag and drop the ‘Read as text’ activity under the Ocr component.
Id | No value |
---|---|
Name | Read as text |
File name | C:\RobustaDocs\code.jpg |
Y-coordinate | No value |
Width | No value |
Result text name | resultCaptcha |
Documantation | No value |
X-coordinate | No value |
Height | No value |
Language | English |
Step 4: Drag and drop the ‘Set methods’ activity under the application component.
Id | No value |
---|---|
Name | Set methods |
Application name | ${website} |
Text | ${resultCaptcha} |
Documantation | No value |
Field | input[@name=“securityCode”] |
Type | text |
Attribute name | No value |
Output