zackees / open-webdriver

Yet another web driver wrapper for python. But this one has cross platform tests!
MIT License
8 stars 2 forks source link

fix TypeError in python 3.6 - 3.9 #3

Closed Soebb closed 6 months ago

Soebb commented 6 months ago

By removing the | characters

2

zackees commented 6 months ago

You should have used Optional[str] instead of Union[str, None]