Cucumber with Appian JAR Methods Causing Page Load Issues in Jenkins

Scripts work fine in headless mode when I run them locally. But in Jenkins, the login page doesn't load fully, and the 'Sign In' button is missing so it throws an error when i use Appian 24.3 jar methods but the scripts running fine with page xpaths.. Can someone please help me fix this?

  Discussion posts and replies are publicly visible

Parents
  • Hi ,

    I'm not sure if that would be the exact reason behind this but I would like to suggest that can you try the following:

        Run the test in non-headless mode on Jenkins.
        Use driver.getPageSource() in Jenkins to check if the full HTML is being loaded.
        Try Appian JAR methods with debug logs enabled.
        Check Jenkins environment logs for any rendering errors.
        The Appian JAR might be trying to interact before the elements are fully loaded. Use explicit waits before interacting with the "Sign In" button.

Reply
  • Hi ,

    I'm not sure if that would be the exact reason behind this but I would like to suggest that can you try the following:

        Run the test in non-headless mode on Jenkins.
        Use driver.getPageSource() in Jenkins to check if the full HTML is being loaded.
        Try Appian JAR methods with debug logs enabled.
        Check Jenkins environment logs for any rendering errors.
        The Appian JAR might be trying to interact before the elements are fully loaded. Use explicit waits before interacting with the "Sign In" button.

Children
No Data