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 specify frame index in the "switchToIFrame" driver/session method #867

Closed
wants to merge 1 commit into from

Conversation

aik099
Copy link
Member

@aik099 aik099 commented Feb 18, 2024

See #866 (PR 1 of 4)

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d8527fd) 98.72% compared to head (5b96b0f) 98.72%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #867   +/-   ##
=========================================
  Coverage     98.72%   98.72%           
+ Complexity      374      372    -2     
=========================================
  Files            24       24           
  Lines          1022     1022           
=========================================
  Hits           1009     1009           
  Misses           13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

*
* @return void
*
* @throws UnsupportedDriverActionException When operation not supported by the driver
* @throws DriverException When the operation cannot be done
*/
public function switchToIFrame(?string $name = null)
public function switchToIFrame($name = null)
Copy link
Member Author

Choose a reason for hiding this comment

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

Rename to $nameOrIndex in this and similar places?

@aik099 aik099 requested a review from stof February 22, 2024 14:24
@aik099
Copy link
Member Author

aik099 commented Feb 23, 2024

Closing as per #866 (comment) .

@aik099 aik099 closed this Feb 23, 2024
@aik099 aik099 deleted the frame-switching-by-index branch February 23, 2024 08:30
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.

1 participant