-
Following is reproduce:
firefox.cr
```crystal
require "selenium"
def ready?(driver)
pp! driver.status
driver.status.ready?
rescue Socket::ConnectError
false
end
driver = Sele…
zw963 updated
7 months ago
-
### Package
@lucia-auth/session-drizzle
### Describe the bug
## It is so sudden!
I checked everything all (everything was working). then, I pushed the code to github and then the production build…
-
Trying to automate visual studio .net application using winapp driver .
Installed appium.webdriver.package.
Steps to automate on VS.net
Click on-- File-->New-->Project
Steps to reproduce…
-
### What version of Bun is running?
1.1.20+ae1948925
### What platform is your computer?
Darwin 23.4.0 arm64 arm
### What steps can reproduce the bug?
- Only happens on Neo4J clusters, …
-
I have installed **rpisuv 4.0.0beta2** -> **Raspberry Pi4** + **2024-10-22-raspios-bullseye-armhf.img**
The installer put rpisurv into _/home/rpisurv_ with .yml config files
there is no longer r…
-
## Description
Starting winapp driver session fails after we upgraded Selenium to 4.8.1 and appium to 8.3.0. I am trying to launch windows desktop application.
I followed documentation: [appium m…
-
As we move towards more functionality for users we can also allow more than one driver using `.pick_drivers()` instead of `.pick_driver()` (https://docs.fastf1.dev/core.html#fastf1.core.Laps.pick_driv…
-
### Sanctum Version
4.0
### Laravel Version
11.0
### PHP Version
8.2
### Database Driver & Version
_No response_
### Description
After logging out and i dont refresh the browser sanctum still…
-
This module craches artisan if you use session driver redis.
If you change public function register() to public function boot() in CamelCaseJsonResponseServiceProvider.php, the bug is fixed.
-
### Feature and motivation
I’ve started playing around with the BiDi support in the Ruby webdriver, and have noticed that subscribing to and unsubscribing from events is fairly complicated: you need …