joshin4colours

Results 4 comments of joshin4colours

Hi @BradVanDuker, thanks or the ticket! What did you try to set the value of an input element using Nerodia? One suggested approach would be ``` browser = Browser(browser='chrome') browser.text_field(id='some_id_or_something').value...

Likely this can be broken up into multiple PRs/issues.

Hello there! Is this PR still active? I'd love to see it merged :)

@blueyed looks like the issue is coming from `tools.py` in the line compiling the regex causing your failed tests The ()'s here are creating too many groups for compiling regexes....