We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's quite current to repeat the same instructions to check different things. It could look like this:
define-function: ( "function_name", (arg_name1, arg_name2, arg_name3), [ ("move-cursor-to", |arg_name1|), ("assert-css", (|arg_name1|, {|arg_name2|: |arg_name3|}), ], )
Then it would be called like this:
call-function: ("function_name", ("CSS selector", "border-color", "rgb(255, 255, 255)"))
The text was updated successfully, but these errors were encountered:
#364 would be a very nice add alongside this feature too.
Sorry, something went wrong.
Rollup merge of rust-lang#102547 - GuillaumeGomez:migrate-css-theme-s…
f333436
…earch-result, r=notriddle,jsha Migrate CSS theme for search results Part of rust-lang#98460. Just like rust-lang#102237, I unified theme to how the `ayu` handles this one: only one color for the background when search results are focused or hovered. You can test it [here](https://rustdoc.crud.net/imperio/migrate-css-theme-search-result/lib2/index.html?search=coo). cc `@jsha` r? `@notriddle` PS: The repetition in GUI tests is getting out of hand so I opened GuillaumeGomez/browser-UI-test#363 to think about adding possibility to declare functions so we can greatly improve this.
define-function
call-function
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
It's quite current to repeat the same instructions to check different things. It could look like this:
Then it would be called like this:
The text was updated successfully, but these errors were encountered: