Selenium Web Driver compatible with Applet Java Windows ?
53 views
Skip to first unread message
mandar joshi
unread,
Jan 31, 2016, 9:56:33 PM1/31/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hello Guys
I am doing the testing on an application where when I click on the link in the browser then it opens all the Applet Java Windows.
For the applet or Java Windows there is no Html in background and it is similar like NotePad windows i can say.
We can use the AutoIT or Sekuli or Robit class for small windows but dont know are they support Applet Java Windows and i do not think it is feasible when we used to test the different fields on that window using these tools.
Happy to hear the thoughts.
Many Thanks.
Thomas Sundberg
unread,
Feb 1, 2016, 6:32:36 AM2/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi!
Verifying an applet using Selenium will not work. Selenium interacts
with the browser. The browser doesn't know about what the applet is
doing after it ha been launched.
If you need to test the applet, I would suggest looking after tools
for testing graphical java applications.
I would also consider skipping the graphic testing and notice that
Oracle are removing the support for Applets in a foreseeable future.