Selenium-Remote-Driver icon indicating copy to clipboard operation
Selenium-Remote-Driver copied to clipboard

Perl Bindings to the Selenium Webdriver server

Results 30 Selenium-Remote-Driver issues
Sort by recently updated
recently updated
newest added

Hello, I was trying to migrate some scripts which I have using `Selenium::Chrome` with a local chromedriver to a doker instance of Selenium. So I used the example provided in...

Hi :) 2 and 3 are supported and 4 alpha isn't, right?

feature-request
high priority

My understanding is the `S::R::D::find_element()` throws an exception when the element is not found. Consequently the methods `T::S::R:D::find_element_ok()` and `T::S::R::D::find_no_element_ok()` throw an exception when the assertion is not valid. For...

We are doing tests using a Selenium hub latest (3.141.59) and multiple browsers. Although Chrome & Opera works perfectly Firefox hangs while trying to get a value from a TEXTAREA....

firefox
feature-request

I have found that `get_text()` is not working and just returns blank string and I have to do `get_attribute('innerText')` instead to get the text. I have version 1.42 installed. ```...

Hello, thx for the implementation of #463 so quickly. Now I'm trying with the new veersion, but I'm not able to see how to forward settings to my edge driver....

needs: investigation

I have a question. Is there a place where I can ask questions about Selenium::Remote::Driver?

I have been looking at DragAndDrop failures of the Selenium tests for OTOBO. There I noticed that _pointerDown_ was emitted twice. I think that the WebDriver action should be _pointerUp_...

Something fairly similar can be done using fstat, though. Questions remain: - is it only OpenBSD ? I kind-of-think it might apply to NetBSD/FreeBSD/Dragonfly as well. Depending on that, there...

feature-request

--- Summary: --- * Trying to launch Selenium::Firefox with a dedicated profile ends up using a tmp-profile --- Environment: --- * Debian: 10 * Perl 5.28.1 * Firefox: 68.6.0esr *...

capabilities
bug