Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Integration of SmartClient with Selenium

    I'm using SmartClient Version v9.0p_2013-09-20 and I'm starting to build a Selenium test automation infrastructure to test my product. However, I'm having trouble working with SmartClient (not I'm not using SmartGWT).

    I found only only solution for SmartGWT, which is to include "user-extensions.js" in my Selenium environment. However, I could not find such file - it seems to be applicable only for SmartGWT.

    Is there any suggestion on how to integrate Selenium with SmartClient ?

    #2
    The solution is the same and the SmartClient SDK includes the same files - see the Selenium overview in the SmartClient Reference.

    Comment


      #3
      Thanks for your help. I was able to find the appropriate files but now I'm having trouble running the test.

      When I record a click on a link and then try running it again, I get the following error message:

      [error] Unexpected Exception: TypeError: autWindow is undefined. fileName -> chrome://selenium-ide/content/tools.js -> file:///M:/Docs/user-extensions.js?1384274803865, lineNumber -> 82, columnNumber -> 0

      I've tried recording with Firefox versions 22 and 25 and in both cases the result is the same.

      I don't know if that is related, but I have many nested iFrames.

      Comment

      Working...
      X