Skip to content

Conversation

@ILastovka
Copy link
Collaborator

No description provided.

@ILastovka ILastovka merged commit 4600590 into develop Nov 1, 2021
@ILastovka ILastovka deleted the BAP-89-added-auto-page-context-switch branch November 1, 2021 11:18

public void SwitchPage(string pageName)
{
var pageScopeContext = _uriToPageScopeMapper.GetPageScopeContext(pageName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, call of SwitchPage method is not needed anymore from NavigationBindings.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, I think we still need that, in case if step is complex and we call driverService.Navigate() multiple times inside of it, Of course it may lead to extra context switches, but Andrey agreed that they are not that time consuming.

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

Successfully merging this pull request may close these issues.

5 participants