Selenium with AWS Farm giving error "URL has expired"

Asked

Viewed 19 times

0

Hello. I am developing automated tests using Selenium and AWS Farm (desktop). To run the tests I am using Circleci. When I run the tests it starts the execution but then presents the following error:

org.openqa.selenium.WebDriverException: URL has expired
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: '7c039b95b27d', ip: '192.168.0.3', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-1077-aws', java.version: '1.8.0_265'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 84.0.4147.105, chrome: {chromedriverVersion: 84.0.4147.30 (48b3e868b4cc0..., userDataDir: C:\Users\testnode\chrome_us...}, goog:chromeOptions: {debuggerAddress: localhost:49713}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}

This is the class I set up for AWS: https://github.com/yurizp/vesti-ui-test/blob/master/src/test/java/mobi/vesti/webdriver/prototype/AwsSeleniumApiPrototype.java

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.