Randall B

Results 24 issues of Randall B

# Description This is a small fix for handling request events. Request events come in through the BrowserContext object on the `subscribe_event()` function but the current rust code is expecting...

I have two calls to page.evaluate_on_selector, the first completes, but the second seems to have a problem. Changing the order doesn't matter, so it looks like the problem is with...

I see that for other languages using playwright it is possible to just provide an element and a filepath to perform file upload https://stackoverflow.com/questions/66132097/playwright-upload-files-from-non-input-element-that-cannot-be-used-page-setinpu But looking at the source for...

I'm having this error while attempting to upload a file using set_input_files_builder(). I'm supplying a file and mime type but I'm receiving an error that files[0].mimeType is undefined, how could...

# Why? Changes made to address this issue https://github.com/octaltree/playwright-rust/issues/24 I also ran into a second issue half way through. The video file I was trying to upload would only partially...

I'm turning headless mode off while I debug, but all that is rendered is a black screen. When I run eval I see that the dom is there and can...

question

I started with [this issue ](https://github.com/octaltree/playwright-rust/issues/21) of a black browser display, then in an attempt to fix it I set up my dev environment on my new PC (also running...

**Specs**: * Rails 5.2 * Ruby 2.5.1 * Yarn 1.91.1 * React-Rails 2.6.0 * Postgresql 10 * Ubuntu 18.04 * Webpacker 4.0.7 * Websocket-driver 0.7.1 **Issue**: Getting these ever present...

I have some json incoming from a 3rd party api that looks like this: ``` { "data": { "threaded_conversation_with_injections_v2": { "instructions": [ { "type": "TimelineAddEntries", "entries": ``` which may change....

* Operating system: Ubuntu 18.04 * Pencil version: 3.1.0 If I enter a large value for Text Scale like 205%, on my laptop this enlarges the configuration UI so much...