You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for Watij (pronounced wattage) - stands for Web Application Testing in Java. Watij is a Java API that automates funtional testing of web applications through the real browser.
|
|
|
clicking on img tag
|
| |
hi,
i have an image which is defined something like this
<img style="border-width:0px;" src="lib/img/btnMyStore.png"
class="store-result-btn store-result-btn-154" alt="">
I am using the following code to click on the image,but it is not
working
Tag img=spec.find("img").with("cla ssName", "store-result-btn store-... more »
|
|
IE sendkeys is not working in remote system (headless)
|
| |
Hi,
I am running the test cases in remote desktop. Where I am using
sendkeys for 'TAB IN" and "TAB out" and backspace events. This is
working fine if I open the remote system, but when I have minimized
the remote system then it is failing. The same thing is happening when
I run the test cases through hudson and jenkins in remote machine.... more »
|
|
Cannot find JExplorer32.dll in JAR ERROR in WepApp using WebSpec.
|
| |
Hi Here is the stack trace. The Exception occurs when i try to do WebSpec.ie(); 2012-05-29 11:40:05,446 ERROR [com.jniwrapper.win32.ie.cx] (http-127.0.0.1-8080-1) : java.lang.reflect.InvocationTa rgetException at com.jniwrapper.win32.MessageLo opThread$ThreadSynchronizedAct ion.rethrowExceptionIfSaved(Me ssageLoopThread.java:590)... more »
|
|
WebSpec on JBoss 6.1.0Final or Glassfish 3.1.1. ERROR Cannot find JExplorer32.dll in JAR.
|
| |
Hello, Here the exception stack trace: 2012-05-29 11:40:05,446 ERROR [com.jniwrapper.win32.ie.cx] (http-127.0.0.1-8080-1) : java.lang.reflect.InvocationTa rgetException at com.jniwrapper.win32.MessageLo opThread$ThreadSynchronizedAct ion.rethrowExceptionIfSaved(Me ssageLoopThread.java:590) [:] at com.jniwrapper.win32.MessageLo opThread.doInvokeAndWait(Messa geLoopThread.java:226)... more »
|
|
Installing Watij
|
| |
I just installed watij in Eclipse and paste this code: ** *import org.watij.webspec.dsl.WebSpec; * *public class TestMyWatij { public static void main(String[] args) { WebSpec spec = new WebSpec().mozilla(); spec.open("[link]"); //opens google.com in Mozilla }* *}* ** *and received this error:*... more »
|
|
Can't click on a Link..its throwing Java Script error on IE browser
|
| |
Hi ,
I am using WatiJ for creating a POC for my company.
Here's a simple link on a page ( which is in a table ) :
<a title="" class="Grid_Link_Smaller" id="FillinIndLink_5"
onmouseover="javascript:this.c lassName='Grid_Link_Smaller_Ov er';window.status='Access
Fill-In Information';return true;"... more »
|
|
jxbrowser 3.0
|
| |
Hi, Will it be possible to update jxbrowser from 2.8 to 3.0 on webspec ? Is there a valid license to use for integration in webspec. Current one is only valid for 2.8. Thanks
|
|
|