Questions tagged [watij]

Watij (Web Application Testing in Java) is a Java API created to allow for the automation of web applications.

Watij (pronounced wattage) stands for Web Application Testing in Java and is a Java API created to allow for the automation of web applications.

Inspired by the simplicity of Watir and enhanced by the power of Java, Watij automates functional testing of web applications through real web browsers, such as Internet Explorer, Mozilla Firefox and Safari.

Full details can be found at the Watij web site.

19 questions
0
votes
1 answer

Problem with WATIJ

I have logged in to a website by using WATIJ jar file in java. Now I want to get the page source (HTML code) of the webpage that appeared after login. I have IE instance already.
Amit
  • 33,847
  • 91
  • 226
  • 299
0
votes
2 answers

WebSpec (Watij) can't click a button

I'm working on a simple app that utilizes WebSpec. I'm utilizing the mozilla() browser. Now, there is one page where I want to inject some text into an input and then click a button with the value "Submit". The page is loaded properly, all of the…
moskalak
  • 271
  • 2
  • 12
0
votes
1 answer

How do I disable javascript on webspec?

There is a way to disable javascript on webspec? Like is done,for instance, on htmlunit?
0
votes
1 answer

Watij’s JxBrowser OS X / Java 1.6_64 incompatibility?

I tried to install and use Watij (Web Application Testing in Java) on my OS X 10.6 system. However, when trying to run a sample test, I get the following exception: Exception in thread "main" java.lang.RuntimeException: java.lang.Error: JxBrowser…
MattiSG
  • 3,796
  • 1
  • 21
  • 32
1
2