Jump to content

Recommended Posts

Posted

I have written a script.

This script runs a java application.

The script logs me in automatically.(Username,Password,Date)

This opens a java application.

The java application has a combo box.

I want to retrieve data from that combo box(containing date) and compare that date with the date entered by the user.

How do i do that?

Posted

AFAIK Java Apps are not very responsive if it comes to get whatever content using a (AU3,AHK) Control command. But nevertheless you should have try. For that reason you've to swap to AU3, as AU2 doesn't provide that command set ...

×
×
  • Create New...