Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow starting with a non-angular page #14

Open
cb109 opened this issue Mar 9, 2016 · 5 comments
Open

Allow starting with a non-angular page #14

cb109 opened this issue Mar 9, 2016 · 5 comments

Comments

@cb109
Copy link

cb109 commented Mar 9, 2016

E.g. when starting with a simple login-page, that will redirect to a page that actually uses angular. This currently fails, since pytractor does not find an angular app.

It would be nice to have a mechanism that allows that.

@dfdf-santosh
Copy link

Will it not support for non-angular pages?

@dfdf-santosh
Copy link

But PROtractor supports non-angular pages as well, then why not PYtractor?

@mwalkowski
Copy link
Contributor

you can use with non-angular pages using super.

2016-04-19 14:50 GMT+02:00 dfdf-santosh [email protected]:

But PROtractor supports non-angular pages as well, then why not PYtractor?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#14 (comment)

@dfdf-raviraj
Copy link

Hello mwalkowski,

I did not get how we can use "super" in this scenario.
But meanwhile I did research and found that it will work with non-angular also by using below statement.
"driver.ignore_synchronization = True".

refer last two lines in below link:
https://github.com/kpodl/pytractor/blob/master/src/pytractor/tests/functional/test_base.py

@mwalkowski
Copy link
Contributor

thanks, I did not know about this:)

2016-04-19 17:47 GMT+02:00 dfdf-raviraj [email protected]:

Hello mwalkowski,

I did not get how we can use "super" in this scenario.
But meanwhile I did research and found that it will work with non-angular
also by using below statement.
"driver.ignore_synchronization = True".

refer last two lines in below link:

https://github.com/kpodl/pytractor/blob/master/src/pytractor/tests/functional/test_base.py


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#14 (comment)

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
Wolny
od wirusów. www.avast.com
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants