Erik Whiting
Erik Whiting
I cloned the repository into my university's cluster. To work around importing issues and get things working properly, I put this file in my home directory: ```python # Called `mf2`...
Extend either the Page class or BaseElement class to support drag and drop functionality. This needs to include: * finding a place to drag an element * perhaps a way...
Need someone to take a look at the existing documentation and see if there's room for improvement. Also, it's probably about time to make sure that existing examples are still...
The following two tests in `test_other_pages.py` fail sporadically. `test_file_upload` `test_script_execution` Example failure: ``` ====================================================================== ERROR: test_javascript_alert (test_other_pages.TestOtherPages) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/erik-whiting/LuluTest/tests/test_other_pages.py", line 50, in test_javascript_alert actions.go(page)...
In order to figure out what the limitations of the current implementation are, we should write new browser tests for all kinds of websites. For this issue, you should: *...
Hello Cython community. I wanted to take a stab at [this issue](https://github.com/cython/cython/issues/3696) as it looks like it hasn't ben addressed yet. Hoping the build CI passes and if not someone...