Jump to content

Raj0813

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Raj0813's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i got that issue solved and i got another issue- LAST WARNING for what ??
  2. Hello, please help me out how to select a certificate using the certificate name in the drop down box. I used the below to select certificates by keyboard clicks. I used java, Selenium and AutoIt in Eclipse. To select a certificate i used Down 5 to select the certificate from the drop down. AutoItX auto = new AutoItX(); auto.sleep(3000); auto.controlGetFocus("Windows Security"); auto.winWaitActive("[CLASS:#32770; INSTANCE:1]"); auto.send("{DOWN 5}",false); auto.sleep(1000); auto.send("{ENTER}", false); Below attached image is Certificate dialogue box. I have to select a cert from it.
  3. No body don't know how to handle these types of certificates? please let me know
  4. Launch the web application which has security certificate associated. On launching we get "Select a Certificate from the list of certificates" . how to handle this certificates using AutoIT and certificates are in a drop down. i have only chrome browser to launch the application. do i need to install autoIt or just the add jar files and dll to it. it is not a pop up. Tried adding the certificate to trusted source dint work.. Please find the screenshot attached for the screen obtained.
×
×
  • Create New...