Corion / WWW-Mechanize-Chrome

automate the Chrome browser

Home Page:https://metacpan.org/release/WWW-Mechanize-Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why are the nodes read only???

Nolaan opened this issue · comments

I'm trying to submit a form but I noticed there's no way to set their text attribute?

The nodes now have the ->set_attribute() method so you can also set text attributes. Even though the preferred way would be to use $mech->field() instead.