Yuki Kimoto

Results 77 comments of Yuki Kimoto

I don't know the different of this now. but, DBIx::NotExists object is only work well in array reference. my $where = $dbi->where(); my $param = { startDate => $start_date //...

thanks, sseide. I will check the fixed code. 2017-11-23 23:33 GMT+09:00 sseide : > The following fix seems to get it working again for me - now the NotExists >...

Hi, I want to install Perl XS module. XS means C language extension. I get the same error as this topic. ``` $ cpan SPVM ... C:/msys64/usr/lib/perl5/core_perl/CORE/perl.h:1003:13: fatal error: sys/wait.h:...

@StarWolf3000 >You are not supposed to compile msys2 stuff with mingw compiler. Install the compiler for msys2 and use the msys2 shell. OK. I understand something. Perl is UNIX/Linux things....

I'm trying Selenium::Edge on Windows with Strawberry Perl. I haven't been able to get it working yet. I have a question. Do Selenium::Edge support new Edge which is based on...

I will try it and want to join tests. And I have some questions about new Edge. 1. Can I use this Microsoft Edge WebDriver? https://developer.microsoft.com/ja-jp/microsoft-edge/tools/webdriver/ 2. extra_capabilities key I...

>I'm thinking of calling it MSEdge, since we already have Edge for legacy edge. thank you!

> I don't see why not, that's what I use with Selenium::Client. Maybe my English question is misread. Do you say that Selenium::Client gets WebDriver automatically?

> the subclass I make should handle the extra_capabilities such that you don't have to even pass them. I wanted to do headless execution on Linux with Selenium::Chrome. A search...