Tab within Java Applications

av3ng3r85

Board Regular
Joined
Nov 17, 2006
Messages
60
How can I use Excel's sendkeys feature to tab within a Java application fields? It doesn't fall in the normal tab order in Internet Explorer. For example, take this URL http://www.typingtest.com/default.asp After you click "Start Typing Test". It uses a Java app embedded in a webpage. Pressing the tab key,tabs around the application and not to the drop-down boxes. Is there anyway to be able to tab properly thru Excel VBA?
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Could you please tell me the Excel connection here?
 
Upvote 0
The connection with Excel is it's ability to act like a database. While there are many programs that can automate keystrokes,mouse movements,etc., Excel doesn't just repeat what was played back. I can use variables to modify the keystrokes. For example I can put 50 names in Column A, 50 passwords in Column B and use a for loop to step through and send each username and pass to the correct field in java. But Java doesn't tab properly and I was just wondering is there some workaround to that. Once I get excel in the right place, I can send the keystrokes and then click the button
 
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,208
Members
448,874
Latest member
b1step2far

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top