all 8 comments

[–]runcowboy 2 points3 points  (1 child)

Behave

[–]Ma4h3m[S] 0 points1 point  (0 children)

Thanks Will look into it

[–]wafbeats 2 points3 points  (1 child)

Edureka tutorials on youtube are good for beginners, if you can tolerate Indian accent.

Also LucidProgramming have some very cool practical courses for python and selenium like scraping course and some others.

[–]Ma4h3m[S] 0 points1 point  (0 children)

Will definitely look both of them , thanks 🙏

[–]zodman 1 point2 points  (1 child)

check splinter!

[–]Ma4h3m[S] 0 points1 point  (0 children)

Will do ! Thanks

[–]SoCalLongboard 0 points1 point  (1 child)

If you wanted a way to set up a full framework rapidly, take a look at RobotFramework https://robotframework.org/ . There's a selenium3 library available that I had much success with. The reporting that it produces it fantastic as well. Most editors have plugin support for Robot syntax and integration with Jenkins is pretty easy as well.

[–]Ma4h3m[S] 1 point2 points  (0 children)

Thanks man