w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
679 stars 194 forks source link

Move "Get Title" into "Document" section. #1775

Open ioquatix opened 10 months ago

ioquatix commented 10 months ago

10.6 Get Title

Currently, "Get Title", which is specified as being equivalent to javascript:document.title, is under the section Navigation. To me, that makes little sense - it seems unrelated to navigation. It would make more sense under the section for Document, as that's what it specifically relates to, in terms of state.

whimboo commented 10 months ago

I think that this makes sense. Would you be interested to create a PR that moves the section as described?

ioquatix commented 10 months ago

Sure, I can take a look at that some time this week.

whimboo commented 9 months ago

Hi @ioquatix. Are you still interested to handle this move? If you face issues I'm happy to help. Thanks!