java - CAPTCHA is not loading while run automation script -


website contact form has captcha in , want test same page bu selenium. have developed automation script same , placed wait before captcha code user have manually enter captcha code , scripts goes send button.

my issue when contact form page loads not loading captcha image while navigate manually working fine.what reason behind , solution same.

manually loading captcha: manually loading captcha

through automation script: not loading captcha

give possbile direction investigate. selenium use default profile start browser defaul behaviour, default profile different profile start browser manually. maybe differences between profile caused issue.

  1. you can try make selenium start browser 'manual' profile, selenium firefoxdriver support load exist profile.

  2. look deep on captcha see it's implemented special thing default profile not support.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -