joshin4colours

Results 15 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....

@nikolay-advolodkin you're farther along than I am, which is great! I'd say merge your changes and I'll either decline or update this PR as needed.

Added for Java and Python cases

I definitely have not set this up for Python or Java @nikolay-advolodkin. I have set up Codacy for Python but not this.

Some background: The Python Remote WebDriver implementation documentation can be found here: https://selenium.dev/selenium/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html#module-selenium.webdriver.remote.webdriver Based on this document and the philosophy that users of the Sauce Bindings should be able to...

I'll give it a whirl. Whata could possibly go wrong?