selenium icon indicating copy to clipboard operation
selenium copied to clipboard

Selenium/Webdriver client for Go

Results 108 selenium issues
Sort by recently updated
recently updated
newest added

WebElement.MoveTo's documentation stated that the supplied offsets are interpreted relative to the element's center, but this seems to be incorrect. Since remoteWE's implementation always passes "xoffset" and "yoffset" parameters, the...

Hi, I have series of webelements like this one: `Rocket Lab Is Already Science, Not Fiction ` source: https://www.wsj.com/news/heard-on-the-street?mod=nav_top_subsection However, the .Text() method doesn't work on all of them, it...

I noticed the selenium starts with `useAutomationExtension` enable, I'm looking for an option to disable `useAutomationExtension` and another extension.

`ChromeCaps = chrome.Capabilities{ Args: []string{ "--proxy-server=http://username:[email protected]:19004", }, }` I used this code, but it's not working!!!

When i get text, if this style set `display: none`. I cant get the text content, and i didn't find how to change the style attribute.

Here is my setup: ``` service, err := selenium.NewChromeDriverService("./chromedriver", 8080) if err != nil { panic(err) } defer service.Stop() caps := selenium.Capabilities{"browserName": "chrome"} caps.AddProxy(selenium.Proxy{ Type: selenium.Manual, SOCKS: "proxy.com", SOCKSVersion: 5,...

We are using the official GoLang docker image to run selenium tests. It worked fine on golang:1.20.4 but upgrading to >= 1.20.5 we are getting this error: ``` panic: Failed...

Sometimes this error happens with our lovely selenium. We don't understand why, but this code is executed from time to time. https://github.com/tebeka/selenium/blob/9a0798fcb455aca4de72bbe424f4bbb9cb021f53/remote.go#L163

![issueimage](https://github.com/tebeka/selenium/assets/55195336/b75f4702-604b-4d83-9403-19167413212c) ![isssueimage](https://github.com/tebeka/selenium/assets/55195336/b6de37dc-83c6-40c9-9bcc-435230819241) why do you force linux downloads (and commands) on windows computers? makes the lib unusable in its current state. from past issues i can see that this has...

Running: go test -test.run=TestChrome shows: # github.com/tebeka/selenium_test [github.com/tebeka/selenium.test] ./example_test.go:129:2: undefined: selenium.StorePointerActions ./example_test.go:146:2: undefined: selenium.StoreKeyActions FAIL github.com/tebeka/selenium [build failed]