This year, Microsoft Edge is officially reborn (in Chromium form) with tools to automate it, such as: https://github.com/microsoft/edge-selenium-to...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Mr Mintz,
I am really surprised by the kind of work you put in seleniumbase.
Just started using this , but is there a way to use this in Behave(BDD) as the step functions don't work with classes and I don't see a way to use BaseCase from a normal function.
Appreciate your help.
Thanks
Sri
Hi Sri,
Thank you. There's a special format for using SeleniumBase without BaseCase. This is done by using SeleniumBase as a pytest fixture. Here's an example of that:
github.com/seleniumbase/SeleniumBa...
This format may be needed when using other pytest fixtures in your tests.
Thanks, Let me try and update you.
Sorry for the trouble as I am completely new to behave.
what is "sb" ? Is it an object of some class that needs to eb instantiated in some fixture definition ?
Help appreciated.
Thanks
Sri
You're probably looking for stackoverflow.com/a/41151454 , which explains
pytestvsbehaveand has a link topytest-bdd.sbis the pytest fixture for SeleniumBase. Using SeleniumBase-as-a-fixture gives you the compatibility that you need to usepytest-bddfixtures in your code at the same time, such asscenario,given,when, andthen. Details onpytest-bddcan be found here: pypi.org/project/pytest-bdd/ . That is completely separate from SeleniumBase, but pytest does allow for the use of multiple fixtures at the same time.Thanks for the quick response. I will try.
Hey man thanks for sharing. Huge fan of SeleniumBase here. I am happy to hear that Edge people is making an effort for those who have been in Selenium 3 for a while.
Keep the posts coming.
Thank you for the kind words. I'll keep the posts coming. :)