You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
get error message for steps
|ensure |do |type |on|id=username |with|CSOTL_3001|
|ensure |do |type |on|id=password |with|CSOTL_3001|
|ensure |do |clickAndWait |on|css=input.submit |
error message is "EXCEPTION:java.lang.AssertionError: com.thoughtworks.selenium.SeleniumException: JavaScript error (WARNING: The server did not provide any stacktrace information)
"
use Firefox no any problem for above table.
can anyone tell me why I will get this error message
The text was updated successfully, but these errors were encountered:
Well, the fact that you've done manual testing (and that it works functionally) doesn't mean there's no javascript errors in the console. Have you checked?
As @eskape correctly mentions, depending on what's actually going wrong it could be that this issue does not occur when using the 'fast selenium emulation' implementation which is now the default in newly built 0.13-SNAPSHOT versions.
If you're feeling adventurous you're welcome to build that one and try if it helps. This might well introduce some other issues, but I'd be happy to work with you to help resolve those.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
fitnesse table is
|script |selenium driver fixture |
|start browser|iexplore|on url |http://nzakl20sv273:9081/ |
|do |open |on |/iBuilderBRC_Test |
|ensure |do |assertVisible |on|id=username |
|ensure |do |waitForVisible|on|!-id=password-!|with|fgd |
|ensure |do |type |on|id=username |with|CSOTL_3001|
|ensure |do |type |on|id=password |with|CSOTL_3001|
|ensure |do |clickAndWait |on|css=input.submit |
steps
|script |selenium driver fixture |
|start browser|iexplore|on url |http://nzakl20sv273:9081/ |
|do |open |on |/iBuilderBRC_Test |
|ensure |do |assertVisible |on|id=username |
|ensure |do |waitForVisible|on|!-id=password-!|with|fgd |
are passed
get error message for steps
|ensure |do |type |on|id=username |with|CSOTL_3001|
|ensure |do |type |on|id=password |with|CSOTL_3001|
|ensure |do |clickAndWait |on|css=input.submit |
error message is "EXCEPTION:java.lang.AssertionError: com.thoughtworks.selenium.SeleniumException: JavaScript error (WARNING: The server did not provide any stacktrace information)
"
use Firefox no any problem for above table.
can anyone tell me why I will get this error message
The text was updated successfully, but these errors were encountered: