-
```
What steps will reproduce the problem?
1. Parse and render the attached SVG
What is the expected output? What do you see instead?
Expected is a paper with lines. (open in Chrome for test)
Actual …
-
```
What steps will reproduce the problem?
1. Parse and render the attached SVG
What is the expected output? What do you see instead?
Expected is a paper with lines. (open in Chrome for test)
Actual …
-
## Problem
When we encounter missing elements with the *Unbreakable Selenium*, we try to find the old element inside the golden master. Therefore, we query the `By` used and look what type was used…
-
```
What steps will reproduce the problem?
1. Parse and render the attached SVG
What is the expected output? What do you see instead?
Expected is a paper with lines. (open in Chrome for test)
Actual …
-
```
What steps will reproduce the problem?
1. Parse and render the attached SVG
What is the expected output? What do you see instead?
Expected is a paper with lines. (open in Chrome for test)
Actual …
-
```
What steps will reproduce the problem?
1. Parse and render the attached SVG
What is the expected output? What do you see instead?
Expected is a paper with lines. (open in Chrome for test)
Actual …
-
```
What steps will reproduce the problem?
1. Parse and render the attached SVG
What is the expected output? What do you see instead?
Expected is a paper with lines. (open in Chrome for test)
Actual …
-
Great! Nice job using class selectors in your CSS as this helps keep your CSS concise by styling multiple elements at the same time.
Example: https://github.com/bagolytom/prj-rev-bwfs-dasmoto/blob…
-
I've noticed a strange behavior of selectors in Portia. Here's a zipped video of my workflow:
[css-selector-bug.zip](https://github.com/scrapinghub/portia/files/732126/css-selector-bug.zip)
So b…
-
Currently, our JavaScript parser enables us to find CSS selectors in Python code. Implement syntax checking to find out if a block is Python, and if so find CSS selectors in a Python-parsing way.