teodesian / Selenium-Remote-Driver

Perl Bindings to the Selenium Webdriver server
174 stars 90 forks source link

Add the constant values to document of Selenium::Remote::WDKeys #477

Closed yuki-kimoto closed 3 years ago

yuki-kimoto commented 3 years ago

It seems currently the constant values of Selenium::Remote::WDKeys are not documented.

https://metacpan.org/pod/Selenium::Remote::WDKeys

Can I add these constant values to the document?

teodesian commented 3 years ago

Yes, please do.

It's a shame there isn't a Pod::Weaver::Section::Constant plugin to make this easy. As such I'll be quite happy with whatever you provide.

yuki-kimoto commented 3 years ago

I will create the document in a few weeks.

yuki-kimoto commented 3 years ago

I pull request #478.

Please see the changes. If you find the improvement points, I can add them.

teodesian commented 3 years ago

Looks good to me. I'll send up a release sometime tonight.