When try to use moveToElement in selenium driver action ,Getting Cyclic object value exception.
trying
WebElement element = driver.findElement(locator); action.moveToElement(element).perform();
getting
Cyclic object value Build info: version: '4.18.1', revision: 'b1d3319b48' System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.16', java.version: '11.0.2' Driver info: org.openqa.selenium.firefox.FirefoxDriver Command: [d672e096-86df-4f10-b179-ad6de5606c0e, actions {actions=[org.openqa.selenium.interactions.Sequence@115a203a]}] Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 135.0.1, moz:accessibilityChecks: false, moz:buildID: 20250216192613, moz:geckodriverVersion: 0.35.0, moz:headless: false, moz:platformVersion: 24.3.0, moz:processID: 6322, moz:profile: /var/folders/v0/4rg4bfd12nq..., moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: mac, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, userAgent: Mozilla/5.0 (Macintosh; Int...} Session
This is issue in FireFox browser ,They have fixed in Version 137. ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1947112