HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
351 stars 54 forks source link

px in float - get_rect function not working properly #87

Closed sharkguto closed 4 years ago

sharkguto commented 4 years ago

https://github.com/HDE/arsenic/blob/4eaafc8f62d6fb0305e66fbb63dcac12b0f35484/src/arsenic/utils.py#L20

There is a bug on arsenic when chromedriver get a px value in float , so when arsenic try to cast text into integer got error.

image